summaryrefslogtreecommitdiffstats
path: root/yasm/Pkgfile
blob: 01b930413d42e49eef8eb59e71b7509e548f87e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Une reecriture de l'assembleur NASM sous licence BSD
# URL: http://www.tortall.net/projects/yasm/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:

name=yasm
version=1.2.0
release=1
source=(http://www.tortall.net/projects/$name/releases/$name-$version.tar.gz )


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