CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dillo: fixed AR usage and added ssl support (https)
[attic/ports/opt-cross.git] / npkg / Pkgfile
1 # Description: Network abstraction layer for pkgutils
2 # URL: http://mikeux.dyndns.org/
3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: pkgutils wget grep bash gawk
6
7 name=npkg
8 version=0.5
9 release=1
10 source=(http://sepen.mine.nu/releases/$name-$version.tar.bz2)
11
12 build() {
13 install -d $PKG/var/cache/npkg
14 install -D -m 0755 $name-$version/$name $PKG/usr/bin/$name
15 install -D -m 0644 $name-$version/$name.conf $PKG/etc/$name.conf
16 }