summaryrefslogtreecommitdiffstats
path: root/kde3/dbus-qt3/Pkgfile
blob: a8a0825b1df1daaabb2160087ad63487b1a1bc07 (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=1
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
}