summaryrefslogtreecommitdiffstats
path: root/extra/iso-codes/Pkgfile
blob: b879f8c2931391b1451a10b8f2678883ed2501cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Contient une liste de pays, langages et noms de monnaies
# URL:  http://pkg-isocodes.alioth.debian.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: lzo
# Run on: lzo

name=iso-codes
version=3.10.1
release=1
source=(ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/$name-$version.tar.bz2)


build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info
	make
	make DESTDIR=$PKG install
}