summaryrefslogtreecommitdiffstats
path: root/gnome/rhythmbox/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 19:24:52 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 19:24:52 +0100
commit9179397f5447873a672bd20ba079ca03fec23681 (patch)
tree7557856233a8cb21d10c4f8fcd52f9ccdee8b0f4 /gnome/rhythmbox/Pkgfile
parenta8d803ef557c40102c01dc11c0f21b99534c5841 (diff)
downloadnutyx-extra-9179397f5447873a672bd20ba079ca03fec23681.tar.gz
nutyx-extra-9179397f5447873a672bd20ba079ca03fec23681.tar.bz2
nutyx-extra-9179397f5447873a672bd20ba079ca03fec23681.tar.xz
nutyx-extra-9179397f5447873a672bd20ba079ca03fec23681.zip
rhythmbox, déplacé dans gnome, ajout du post-install et suppression de gtk-doc
Diffstat (limited to 'gnome/rhythmbox/Pkgfile')
-rw-r--r--gnome/rhythmbox/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome/rhythmbox/Pkgfile b/gnome/rhythmbox/Pkgfile
new file mode 100644
index 000000000..7aef8e4d8
--- /dev/null
+++ b/gnome/rhythmbox/Pkgfile
@@ -0,0 +1,27 @@
+# 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/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $SRC/$name-$version
+ ./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc \
+ --libexecdir=/usr/lib/rhythmbox \
+ --localstatedir=/var --disable-static \
+ --enable-daap --enable-python \
+ --with-mdns=avahi --disable-scrollkeeper
+
+ make -j3
+ make DESTDIR=$PKG install
+ rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
+}
+
+
+
+