summaryrefslogtreecommitdiffstats
path: root/dbus-python/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-25 00:05:40 +0100
committerpiernov <piernov@piernov.org>2012-05-13 16:21:59 +0200
commitdd9a0a5b2c0590d6908974ea6dc3d3f34ec221c5 (patch)
treea80d8bbb11050454e7ee33232d4068c555c4de94 /dbus-python/Pkgfile
parent37331a2cd918d1108a025b4386e7e60fb31e09ab (diff)
downloadnutyx-extra-dd9a0a5b2c0590d6908974ea6dc3d3f34ec221c5.tar.gz
nutyx-extra-dd9a0a5b2c0590d6908974ea6dc3d3f34ec221c5.tar.bz2
nutyx-extra-dd9a0a5b2c0590d6908974ea6dc3d3f34ec221c5.tar.xz
nutyx-extra-dd9a0a5b2c0590d6908974ea6dc3d3f34ec221c5.zip
dbus-python 1.0.0-1 màj port
(cherry picked from commit ef13a7f77e2fad688bab6f28a24ea40cc8d16f8c)
Diffstat (limited to 'dbus-python/Pkgfile')
-rwxr-xr-xdbus-python/Pkgfile15
1 files changed, 8 insertions, 7 deletions
diff --git a/dbus-python/Pkgfile b/dbus-python/Pkgfile
index a7872bf0b..b396e158e 100755
--- a/dbus-python/Pkgfile
+++ b/dbus-python/Pkgfile
@@ -6,18 +6,19 @@
# Run on: dbus-glib
name=dbus-python
-version=0.84.0
+version=1.0.0
release=1
-source=( http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz\
- )
+source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
PYTHON=python2 ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --disable-html-docs \
- --infodir=/usr/share/info
+ --disable-html-docs
+ make
+ make DESTDIR=$PKG install
+
+ PYTHON=python ./configure --prefix=/usr \
+ --disable-html-docs
make
make DESTDIR=$PKG install
}
-