Commit | Line | Data |
---|---|---|
ef2c876f VM |
1 | # Description: A set of utilities to manage software packages |
2 | # URL: http://crux.nu/gitweb/?p=tools/pkgutils.git | |
3 | # Maintainer: CRUX System Team, core-ports at crux dot nu | |
4 | # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu | |
5 | # Depends on: libarchive | |
6 | ||
7 | name=pkgutils | |
da1b3edd | 8 | version=5.35.6 |
ef2c876f VM |
9 | release=1 |
10 | source=(http://crux.nu/files/$name-$version.tar.gz \ | |
11 | pkgmk.conf.patch) | |
12 | ||
13 | build () { | |
da1b3edd VM |
14 | cd $name-$version |
15 | patch -p0 -i $SRC/pkgmk.conf.patch | |
16 | sed -i -e "s|\--static||g" -e "s|\-static||g" Makefile | |
17 | make DESTDIR=$PKG install | |
ef2c876f | 18 | } |