contrib/cdrkit/Pkgfile
2007-04-21 17:53:31 +03:00

17 lines
404 B
Plaintext

# Description: Debian's fork of cdrtools
# URL: http://cdrkit.org/
# Maintainer: Antti Nykänen, aon at iki dot fi
# Depends on: cmake, libcap
name=cdrkit
version=1.1.5
release=1
source=(http://debburn.alioth.debian.org/cdrkit-$version.tar.gz)
build () {
cd cdrkit-$version
find . -name "CMakeLists.txt" -exec sed -i 's:share/\(man\):\1:g' {} \;
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr
make install
}