summaryrefslogtreecommitdiffstats
path: root/base/iana-etc/Pkgfile
blob: 6a8448efef8a7c5de27c4a551864a9fc812f1e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Information sur les données par IANA (Internet Assigned Number Authority)
# URL: http://www.sethwklein.net/projects/iana-etc/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: coreutils

name=iana-etc
version=2.30
release=1
source=( http://www.sethwklein.net/projects/$name/downloads/$name-$version.tar.bz2)


build() {
	cd $name-$version
	make
	make DESTDIR=$PKG install
}