diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 21:55:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 21:55:32 +0100 |
commit | 9be8125f649545b59b5f08769febedb1b8ec0036 (patch) | |
tree | 13743976b7ad42afa7994fa2f89b6589618fd230 /extra/dbus-qt3 | |
parent | 8eb8865126d52e95a687d5a7731f1d6d76f9519c (diff) | |
download | nutyx-pakxe-9be8125f649545b59b5f08769febedb1b8ec0036.tar.gz nutyx-pakxe-9be8125f649545b59b5f08769febedb1b8ec0036.tar.bz2 nutyx-pakxe-9be8125f649545b59b5f08769febedb1b8ec0036.tar.xz nutyx-pakxe-9be8125f649545b59b5f08769febedb1b8ec0036.zip |
dbus-qt3, supprimé
Diffstat (limited to 'extra/dbus-qt3')
-rw-r--r-- | extra/dbus-qt3/.footprint | 14 | ||||
-rw-r--r-- | extra/dbus-qt3/.md5sum | 1 | ||||
-rwxr-xr-x | extra/dbus-qt3/Pkgfile | 21 |
3 files changed, 0 insertions, 36 deletions
diff --git a/extra/dbus-qt3/.footprint b/extra/dbus-qt3/.footprint deleted file mode 100644 index 50f31a1ae..000000000 --- a/extra/dbus-qt3/.footprint +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/dbus-1.0/ -drwxr-xr-x root/root usr/include/dbus-1.0/dbus/ --rw-r--r-- root/root usr/include/dbus-1.0/dbus/connection.h --rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-qt.h --rw-r--r-- root/root usr/include/dbus-1.0/dbus/message.h --rw-r--r-- root/root usr/include/dbus-1.0/dbus/server.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libdbus-qt-1.a --rwxr-xr-x root/root usr/lib/libdbus-qt-1.la -lrwxrwxrwx root/root usr/lib/libdbus-qt-1.so -> libdbus-qt-1.so.1.0.0 -lrwxrwxrwx root/root usr/lib/libdbus-qt-1.so.1 -> libdbus-qt-1.so.1.0.0 --rwxr-xr-x root/root usr/lib/libdbus-qt-1.so.1.0.0 diff --git a/extra/dbus-qt3/.md5sum b/extra/dbus-qt3/.md5sum deleted file mode 100644 index 5a4376159..000000000 --- a/extra/dbus-qt3/.md5sum +++ /dev/null @@ -1 +0,0 @@ -9a8d4a4d560b49fb5ad034abfd3e3db5 dbus-qt3-0.70.tar.bz2 diff --git a/extra/dbus-qt3/Pkgfile b/extra/dbus-qt3/Pkgfile deleted file mode 100755 index e9689c373..000000000 --- a/extra/dbus-qt3/Pkgfile +++ /dev/null @@ -1,21 +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 - -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 -} |