summaryrefslogtreecommitdiffstats
path: root/extra/dbus-qt3/Pkgfile
blob: e9689c373008b856eedcd9da47698304e8d21af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Connecteurs db pour qt3
# URL: http://www.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: qt3

name=dbus-qt3
version=0.70
release=2
source=(http://ftp.osuosl.org/pub/gentoo/distfiles/dbus-qt3-$version.tar.bz2\
	)

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