summaryrefslogtreecommitdiffstats
path: root/base/ports/Pkgfile
blob: 8556a69d5e05954753e3baeb5730a5232ff750c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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=1
source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
base.rsync extra.rsync xorg.rsync xfce.rsync gnome.rsync kde.rsync)

build () {
cd $name-$version
make
make DESTDIR=$PKG install
for i in base extra xorg xfce gnome kde
do
	install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
done
}