Major changes adding new targets and supporting build phases.
New changes include adding the following targets: build, configure, extract, fetch and install. Those targets replace the not very understood old flags. Also the code has been restructured to really understand what's going on all the time. --HG-- extra : convert_revision : c591d7ffd5251b7bb80e5e56bf2f4a7909c887dc
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Template build file for 'gmake'
|
||||
pkgname=gmake
|
||||
version=3.81
|
||||
wrksrc="make-$version"
|
||||
extract_sufx=".tar.bz2"
|
||||
distfiles="make-$version"
|
||||
url=http://ftp.gnu.org/pub/gnu/make
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Template build file for 'libtool'
|
||||
pkgname=libtool
|
||||
version=2.2.6a
|
||||
wrksrc="$pkgname-2.2.6"
|
||||
extract_sufx=".tar.gz"
|
||||
patch_files="libtool-fix-ltmain.sh.diff"
|
||||
wrksrc=$pkgname-2.2.6
|
||||
url=http://ftp.gnu.org/pub/gnu/libtool
|
||||
build_style=gnu_configure
|
||||
short_desc="Generic library support"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Template file for 'unzip'
|
||||
pkgname=unzip
|
||||
version=5.52
|
||||
patch_files=$pkgname-fix-unzipsfx.diff
|
||||
wrksrc=$pkgname-$version
|
||||
patch_files=$pkgname-fix-unzipsfx.diff
|
||||
distfiles=unzip552
|
||||
extract_sufx=".tgz"
|
||||
url=ftp://ftp.info-zip.org/pub/infozip/src/
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# Template build file for 'zip'.
|
||||
pkgname=zip
|
||||
version=2.32
|
||||
wrksrc="$pkgname-$version"
|
||||
distfiles="zip232"
|
||||
extract_sufx=".tgz"
|
||||
url=ftp://ftp.info-zip.org/pub/infozip/src
|
||||
|
||||
Reference in New Issue
Block a user