contrib/vlorb/Pkgfile

24 lines
659 B
Plaintext
Raw Normal View History

2006-11-13 21:12:21 +01:00
# Description: full featured console cd-ripper script
# URL: http://jk.yazzy.org/projects/vlorb/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: p5-cddb cdparanoia
2006-11-19 20:25:51 +01:00
# Nice to have: flac, oggenc, vorbisgain, easytag
2006-11-13 21:12:21 +01:00
name=vlorb
version=1.2
release=2
source="
http://jk.yazzy.org/projects/vlorb/releases/$name-$version.tar.gz
http://jk.yazzy.org/projects/vlorb/patches/$name-${version}_fix_escape.diff
"
2006-11-19 20:25:51 +01:00
build()
{
2006-11-13 21:12:21 +01:00
cd $name-$version
# bizarre!
sed -i 's/mkdir -p/install -d/' Makefile
2006-11-19 20:25:51 +01:00
patch -i $SRC/$name-${version}_fix_escape.diff
2006-11-13 21:12:21 +01:00
make install prefix=$PKG/usr
}