summaryrefslogtreecommitdiffstats
path: root/iana-etc/Pkgfile
blob: 72e64d2b36beee8130b234b2b87e6800cf79d30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

name=iana-etc
version=2.30
release=1
source=(http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/conglomeration/$name/$name-$version.tar.bz2)

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