summaryrefslogtreecommitdiffstats
path: root/kde3/dbus-qt3/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-10 16:44:24 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-10 16:44:24 +0100
commit0ced19673687426364db0a20d2dc1c215e752c0f (patch)
tree88a9535a7d350322e55fc3b8b02c4162b2c64ccc /kde3/dbus-qt3/Pkgfile
parentc0f1c161cd53f60f384ec577198c7075ae00e35d (diff)
downloadnutyx-pakxe-0ced19673687426364db0a20d2dc1c215e752c0f.tar.gz
nutyx-pakxe-0ced19673687426364db0a20d2dc1c215e752c0f.tar.bz2
nutyx-pakxe-0ced19673687426364db0a20d2dc1c215e752c0f.tar.xz
nutyx-pakxe-0ced19673687426364db0a20d2dc1c215e752c0f.zip
kde3, suppression des ports
Diffstat (limited to 'kde3/dbus-qt3/Pkgfile')
-rwxr-xr-xkde3/dbus-qt3/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/kde3/dbus-qt3/Pkgfile b/kde3/dbus-qt3/Pkgfile
deleted file mode 100755
index 1dbf4b57f..000000000
--- a/kde3/dbus-qt3/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Connecteurs db pour qt3
-# URL: http://www.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: qt3, qt3-devel
-
-name=dbus-qt3
-version=0.70
-release=1
-source=(http://ftp.osuosl.org/pub/gentoo/distfiles/dbus-qt3-$version.tar.bz2\
- )
-
-build() {
- unset MAKEFLAGS
- source /etc/profile
- 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
-}