diff options
author | piernov <piernov@piernov.servegame.org> | 2011-07-23 00:25:03 +0200 |
---|---|---|
committer | piernov <piernov@piernov.servegame.org> | 2011-07-23 00:25:03 +0200 |
commit | 457ba45f1f7d291d5881f18786b6a876573a8320 (patch) | |
tree | 0cb3caa3241b510b8a377f683aaa559342424471 /sound-juicer/Pkgfile | |
download | gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2 gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip |
Création du dépôt
Diffstat (limited to 'sound-juicer/Pkgfile')
-rwxr-xr-x | sound-juicer/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sound-juicer/Pkgfile b/sound-juicer/Pkgfile new file mode 100755 index 0000000..e57211c --- /dev/null +++ b/sound-juicer/Pkgfile @@ -0,0 +1,23 @@ +# Description: Outil pour la copie de CD pour GNOME +# URL: http://www.burtonini.com/blog/computers/sound-juicer/ +# Maintainer: NuTyX GNOME team +# Packager: thierryn1 at hispeed dot ch +# Depends on: brasero, libmusicbrainz, libgnomeui, gst-plugins-base, gst-plugins-bad, gst-plugins-ugly, gst-plugins-good, gnome-media, libgnome-media-profiles +# Run on: rarian,brasero,libmusicbrainz,libgnomeui,gst-plugins-base,gst-plugins-bad,gst-plugins-ugly,gst-plugins-good,gnome-media,libgnome-media-profiles + +name=sound-juicer +version=2.32.1-20110501 +release=1 +#source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2) +source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.xz) + +build() { + cd $name-${version%-*} + ./autogen.sh + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --disable-scrollkeeper \ + --disable-schemas-install + make + make DESTDIR=$PKG install +} |