summaryrefslogtreecommitdiffstats
path: root/kde3/dbus-qt3/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-09-30 00:48:32 +0200
committertnut <thierryn1 at hispeed dot ch>2010-09-30 00:48:32 +0200
commit2cca2f0b13750835aa49dd4ec4f1be7d9d11c171 (patch)
tree4f263d79e78170479c64820173d75dd19f481d38 /kde3/dbus-qt3/Pkgfile
parente7a322bd15d899fad7430d86037e37e0edaec544 (diff)
downloadnutyx-extra-2cca2f0b13750835aa49dd4ec4f1be7d9d11c171.tar.gz
nutyx-extra-2cca2f0b13750835aa49dd4ec4f1be7d9d11c171.tar.bz2
nutyx-extra-2cca2f0b13750835aa49dd4ec4f1be7d9d11c171.tar.xz
nutyx-extra-2cca2f0b13750835aa49dd4ec4f1be7d9d11c171.zip
ajout de dbus-qt3#0.70-1
Diffstat (limited to 'kde3/dbus-qt3/Pkgfile')
-rwxr-xr-xkde3/dbus-qt3/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde3/dbus-qt3/Pkgfile b/kde3/dbus-qt3/Pkgfile
new file mode 100755
index 000000000..a8a0825b1
--- /dev/null
+++ b/kde3/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=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
+}