summaryrefslogtreecommitdiffstats
path: root/libieee1284/Pkgfile
blob: afc4c844ac017739b9794d110452585aaae5ec66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie de gestion des ports paralleles
# URL:  http://cyberelk.net/tim/software/libieee1284/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com

name=libieee1284
version=0.2.11
release=4
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)

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