vlorb: cleanup

This commit is contained in:
Han Boetes 2006-11-19 20:25:51 +01:00
parent 34a3883552
commit 82eb30e568

View File

@ -3,7 +3,7 @@
# Maintainer: Han Boetes <han@mijncomputer.nl> # Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl> # Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: p5-cddb cdparanoia # Depends on: p5-cddb cdparanoia
# nice to have: flac, oggenc, vorbisgain, easytag # Nice to have: flac, oggenc, vorbisgain, easytag
name=vlorb name=vlorb
version=1.2 version=1.2
@ -13,10 +13,11 @@ source="
http://jk.yazzy.org/projects/vlorb/patches/$name-${version}_fix_escape.diff http://jk.yazzy.org/projects/vlorb/patches/$name-${version}_fix_escape.diff
" "
build() { build()
{
cd $name-$version cd $name-$version
# bizarre! # bizarre!
sed -i 's/mkdir -p/install -d/' Makefile sed -i 's/mkdir -p/install -d/' Makefile
patch < $SRC/$name-${version}_fix_escape.diff patch -i $SRC/$name-${version}_fix_escape.diff
make install prefix=$PKG/usr make install prefix=$PKG/usr
} }