summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/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 'extra/rhythmbox/Pkgfile')
-rw-r--r--extra/rhythmbox/Pkgfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/rhythmbox/Pkgfile b/extra/rhythmbox/Pkgfile
deleted file mode 100644
index d02ce7087..000000000
--- a/extra/rhythmbox/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-
-}
-
-
-
-