CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkg-config: removed not used patches
[crossrootfs.git] / ports / Pkgfile
1 # Description: CRUX ports system tools
2 # URL: http://crux.nu
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
6 name=ports
7 version=1.5
8 release=11
9 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz)
10
11 build () {
12 cd $name-$version
13 make
14 make DESTDIR=$PKG install
15
16 # use httpup for core-cross since we don't have rsync
17 # also note that we only need core and core-arm overlay
18 cat > $PKG/etc/ports/core.httpup << __EOF__
19 ROOT_DIR=/usr/ports/core
20 URL=http://crux.nu/ports/crux-2.8/core
21 __EOF__
22 cat > $PKG/etc/ports/core-arm.httpup << __EOF__
23 ROOT_DIR=/usr/ports/core-armhf
24 URL=http://crux-arm.nu/ports/crux-2.8/core-armhf
25 __EOF__
26 }
27