diff options
author | root <root@rshg054.dnsready.net> | 2012-11-16 01:35:29 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-16 01:35:29 -0800 |
commit | 73cd7952c96190212616ca90d5afe1ce5cb2c9ce (patch) | |
tree | 274972d0d967441e136af716dd87f3cee0cee7f2 /community/ripperx | |
parent | 130aa30d45bf33a5ce926be8697a0e0c077cdc22 (diff) |
Fri Nov 16 01:34:04 PST 2012
Diffstat (limited to 'community/ripperx')
-rw-r--r-- | community/ripperx/PKGBUILD | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/community/ripperx/PKGBUILD b/community/ripperx/PKGBUILD index ca5a1e3cf..2c9b0cfa8 100644 --- a/community/ripperx/PKGBUILD +++ b/community/ripperx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 65503 2012-02-21 06:43:37Z spupykin $ +# $Id: PKGBUILD 80016 2012-11-15 13:29:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=ripperx pkgver=2.7.3 -pkgrel=2 +pkgrel=3 pkgdesc="GTK program to rip and encode mp3 files" arch=(i686 x86_64) url="http://ripperx.sourceforge.net/" @@ -16,6 +16,13 @@ md5sums=('f07c55edf08a1cd57537f1b9379b4e4d') build() { cd $srcdir/ripperX-$pkgver LDFLAGS=-lm ./configure --prefix=/usr + sed -i 's|Icon=.*|Icon=ripperX.xpm|g' ripperX.desktop make +} + +package() { + cd $srcdir/ripperX-$pkgver make DESTDIR=$pkgdir install + install -Dm0644 ripperX.desktop $pkgdir/usr/share/applications/ripperX.desktop + install -Dm0644 ripperX.xpm $pkgdir/usr/share/icons/ripperX.xpm } |