CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgutils: initial import (fixed compiler flags usage)
[ports/core-arm.git] / pkgutils / Pkgfile
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 # Depends on: libarchive
5
6 name=pkgutils
7 version=5.35.1
8 release=2
9 source=(http://crux.nu/files/$name-$version.tar.gz)
10
11 build () {
12 cd $name-$version
13 make DESTDIR=$PKG install
14 sed 's|FLAGS=.*|FLAGS="-O2 -pipe"|' -i $PKG/etc/pkgmk.conf
15 }