contrib/cdrkit/Pkgfile

17 lines
411 B
Plaintext
Raw Normal View History

2006-10-31 07:50:33 +01:00
# Description: Debian's fork of cdrtools
2006-11-21 17:22:04 +01:00
# URL: http://cdrkit.org/
2006-10-31 07:50:33 +01:00
# Maintainer: Antti Nyk<79>nen, aon at iki dot fi
# Depends on: cmake, libcap
name=cdrkit
2007-05-07 16:26:09 +02:00
version=1.1.6
release=2
2007-01-13 22:51:49 +01:00
source=(http://debburn.alioth.debian.org/cdrkit-$version.tar.gz)
2006-10-31 07:50:33 +01:00
build () {
cd cdrkit-$version
2007-05-07 16:26:09 +02:00
sed -i 's:share/\(man\):\1:' 3rd-party/dirsplit/CMakeLists.txt
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr -DMANSUBDIR=man
2006-10-31 07:50:33 +01:00
make install
}