summaryrefslogtreecommitdiffstats
path: root/base/qingy/Pkgfile
blob: 9a93a92b0fa2ea5847a43f982739bd7123c05bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Remplace getty en mode Frame buffer
# URL: http://qingy.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=qingy
version=0.9.9
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
	cd  $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man \
		--sysconfdir=/etc \
		--enable-static=qingy-DirectFB \
		--infodir=/usr/share/info \
		--enable-x-support=no \
		--enable-pam=no \
		--enable-static-build
		
	make
	make DESTDIR=$PKG install
	if [ -f $PKG/usr/share/info/dir ]; then
		rm  $PKG/usr/share/info/dir
	fi
}