-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now indent.1 get created. There is still a bug in the Makefile logic, but removing the target ( 0 byte file in tar ) quick fixes it. Signed-off-by: Peter Marquardt <wwwutz@molgen.mpg.de>
- Loading branch information
Showing
1 changed file
with
7 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,15 @@ | ||
#!/bin/env beesh | ||
# BEE_VERSION indent-2.2.10-1 | ||
|
||
SRCURL[0]="ftp://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz" | ||
|
||
PATCHURL[0]="" | ||
#!/usr/bin/env beesh | ||
|
||
PGRP=( uncategorized ) | ||
|
||
B=${S} | ||
# BEE_VERSION indent-2.2.10-1 | ||
|
||
# BEE_CONFIGURE=compat | ||
SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz" | ||
|
||
# EXCLUDE="" | ||
# PATCHURL[0]="" | ||
|
||
BEE_CONFIGURE="compat" | ||
# build_in_sourcedir | ||
|
||
BEEPASSES=1 | ||
# sourcesubdir_append src | ||
|
||
mee_patch() { | ||
bee_patch | ||
} | ||
# mee_patch2() { | ||
# bee_patch | ||
# } | ||
|
||
mee_configure() { | ||
bee_configure | ||
} | ||
# mee_configure2() { | ||
# bee_configure | ||
# } | ||
|
||
mee_build() { | ||
bee_build | ||
} | ||
# mee_build2() { | ||
# bee_build | ||
# } | ||
|
||
mee_install() { | ||
bee_install | ||
rm -v ${S}/man/indent.1 | ||
} | ||
# mee_install2() { | ||
# bee_install | ||
# } |