summaryrefslogtreecommitdiffstats
path: root/extra/dbus-qt3/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dbus-qt3/Pkgfile')
-rwxr-xr-xextra/dbus-qt3/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/dbus-qt3/Pkgfile b/extra/dbus-qt3/Pkgfile
new file mode 100755
index 000000000..e9689c373
--- /dev/null
+++ b/extra/dbus-qt3/Pkgfile
@@ -0,0 +1,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
+}