summaryrefslogtreecommitdiffstats
path: root/gnome/rhythmbox/Pkgfile
blob: 7aef8e4d8e3d115af491af49c847d2f3753cb178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
}