mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 22:22:26 +01:00
rip-1.07-3
This commit is contained in:
parent
7108090246
commit
3389a3efce
1 changed files with 6 additions and 4 deletions
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,7 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
|
||||
# Contributor: dorphell <dorphell@archlinux.org>
|
||||
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
|
||||
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
|
||||
|
||||
pkgname=rip
|
||||
pkgver=1.07
|
||||
|
|
@ -14,7 +15,8 @@ optdepends=('cdparanoia' 'cdda2wav' 'bladeenc' 'gogo' 'lame' 'oggenc' 'flac' 'no
|
|||
source=(http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('dd8c967220c854163279881b020dde69')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
install -Dm755 ./rip "$pkgdir"/usr/bin/rip
|
||||
package() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue