summaryrefslogtreecommitdiff
path: root/testing/sound-juicer/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sound-juicer/PKGBUILD')
-rw-r--r--testing/sound-juicer/PKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/sound-juicer/PKGBUILD b/testing/sound-juicer/PKGBUILD
deleted file mode 100644
index 3afa2b1e1..000000000
--- a/testing/sound-juicer/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 118432 2011-04-06 20:04:46Z ibiru $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-# Contributer: Ben <contrasutra@myrealbox.com>
-
-pkgname=sound-juicer
-pkgver=2.32.1
-pkgrel=1
-pkgdesc="A cd ripper application"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('libmusicbrainz3' 'libgnome-media-profiles' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'brasero' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils>=0.20.0' 'pkgconfig' 'gnome-common' 'gtk-doc')
-options=(!emptydirs)
-#source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-groups=('gnome-extra')
-install=sound-juicer.install
-url="http://www.burtonini.com/blog/computers/sound-juicer"
-sha256sums=('09fd7ebaa24b20a98be82bc10a9733f2e8d45bb31fb95a12535672d85272d8c2')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-scrollkeeper
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-
- install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
- gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
- rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}