CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gtklepin: cleaned up (added cross_compile patch)
[attic/ports/opt-cross.git] / npkg / Pkgfile
CommitLineData
70785ddf
JB
1# Description: Network abstraction layer for pkgutils
2# URL: http://mikeux.dyndns.org/
3# Maintainer: Jose V Beneyto, sepen at crux dot nu
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
70785ddf
JB
5# Depends on: pkgutils wget grep bash gawk
6
7name=npkg
8version=0.5
9release=1
d99ee37f 10source=(http://sepen.mine.nu/releases/$name-$version.tar.bz2)
70785ddf
JB
11
12build() {
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}