diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-10 16:08:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-10 16:08:07 +0100 |
commit | c0f1c161cd53f60f384ec577198c7075ae00e35d (patch) | |
tree | 567a5557c6c06cf37ef7cbad69fddc1873c7becc /gnome/rhythmbox/Pkgfile | |
parent | 4fa5eef42be4ae01f4e88a0426e2e041696ef5b1 (diff) | |
download | nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.gz nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.bz2 nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.xz nutyx-pakxe-c0f1c161cd53f60f384ec577198c7075ae00e35d.zip |
gnome, suppression des ports
Diffstat (limited to 'gnome/rhythmbox/Pkgfile')
-rw-r--r-- | gnome/rhythmbox/Pkgfile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnome/rhythmbox/Pkgfile b/gnome/rhythmbox/Pkgfile deleted file mode 100644 index 9fa928381..000000000 --- a/gnome/rhythmbox/Pkgfile +++ /dev/null @@ -1,28 +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,desktop-file-utils,gst-python,gst-plugins-base,gst-plugins-good,pygtk,gvfs,hicolor-icon-theme -# Run on: libgpod,libsoup,gnome-media,totem-pl-parser,libmusicbrainz,libmtp,libnotify,desktop-file-utils,gst-python,gst-plugins-base,gst-plugins-good,pygtk,gvfs,hicolor-icon-theme - -name=rhythmbox -version=0.13.0 -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 \ - --disable-daap --enable-python \ - --with-mdns=avahi --disable-scrollkeeper - - make -j3 - make DESTDIR=$PKG install - rm -r $PKG/$GNOME_PREFIX/share/gtk-doc -} - - - - |