summaryrefslogtreecommitdiffstats
path: root/ports/Pkgfile
blob: c04fb52fc06b797db156f9760f262ffb650534f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Système de ports NuTyX
# URL: http://crux.nu
# Maintainer:  NuTyX core team
# Packager: thierryn1 at hispeed.ch

name=ports
version=1.5
release=11
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
	base.rsync extra.rsync)

build () {
cd $name-$version
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/share/
mv $PKG/usr/man \
$PKG/usr/share
for i in base extra
do
	install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
done
}