diff options
author | François Visdeloup <fanchyannmaria at orange dot fr> | 2010-02-06 13:31:40 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria at orange dot fr> | 2010-02-06 13:31:40 +0100 |
commit | a26963e5dc4f0aa084e4603097e59bf157642a77 (patch) | |
tree | 1eaca4c0373fb23e9499ac3e42de856df8b70401 /extra/rhythmbox/Pkgfile | |
parent | 81a9f6ef77d91995da79916f39759d51d4a77325 (diff) | |
download | nutyx-extra-a26963e5dc4f0aa084e4603097e59bf157642a77.tar.gz nutyx-extra-a26963e5dc4f0aa084e4603097e59bf157642a77.tar.bz2 nutyx-extra-a26963e5dc4f0aa084e4603097e59bf157642a77.tar.xz nutyx-extra-a26963e5dc4f0aa084e4603097e59bf157642a77.zip |
ajout de rhythmbox#0.12.6-1.pkg.tar.gz
Diffstat (limited to 'extra/rhythmbox/Pkgfile')
-rw-r--r-- | extra/rhythmbox/Pkgfile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/extra/rhythmbox/Pkgfile b/extra/rhythmbox/Pkgfile new file mode 100644 index 000000000..d02ce7087 --- /dev/null +++ b/extra/rhythmbox/Pkgfile @@ -0,0 +1,29 @@ +# Description: Un lecteur multimedia pour gnome +# URL: http://www.rhythmbox.org +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on:libgpod,libsoup,gnome-media,totem-pl-parser,libmusicbrainz,libmtp,libnotify,lirc-utils,desktop-file-utils,gst-python,gst-plugins-base,gst-plugins-good,pygtk,gvfs,hicolor-icon-theme + +name=rhythmbox +version=0.12.6 +release=1 +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/0.12/$name-$version.tar.bz2) + +build() { + cd $SRC/$name-$version + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/rhythmbox \ + --localstatedir=/var --disable-static \ + --enable-daap --enable-python \ + --with-mdns=avahi --disable-scrollkeeper + + make + make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install + + install -m755 -d $PKG/usr/share/gconf/schemas + +} + + + + |