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

name=ports
version=1.5
release=9
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
base.rsync extra.rsync xorg.rsync xfce.rsync kde.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 xorg xfce kde 
do
	install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
done
}