summaryrefslogtreecommitdiffstats
path: root/gnome/sound-juicer/Pkgfile
blob: 959982b41b3d61667de1a8e89fce722e59566018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Outil pour la copie de CD pour GNOME
# URL: http://www.burtonini.com/blog/computers/sound-juicer/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libmusicbrainz, libgnomeui, gst-plugins-base, gst-plugins-bad, gst-plugins-ugly, gst-plugins-good, gnome-doc-utils, nautilus-cd-burner, gnome-media

name=sound-juicer
version=2.28.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\
	sound-juicer-gcc-4.5-01.patch)

build() {
	cd $name-$version
	patch -Np1 -i ../sound-juicer-gcc-4.5-01.patch
	./configure --prefix=$GNOME_PREFIX \
		--sysconfdir=/etc \
		--disable-scrollkeeper \
		--disable-schemas-install
	make
	make DESTDIR=$PKG install
}