opt/cdrkit/Pkgfile

19 lines
510 B
Plaintext
Raw Normal View History

2008-10-14 12:18:29 +02:00
# Description: A suite of programs for recording CDs and DVDs
# URL: http://cdrkit.org/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on: cmake, libcap
name=cdrkit
2008-10-29 11:38:46 +01:00
version=1.1.9
2009-06-06 13:05:38 +02:00
release=2
source=(http://cdrkit.org/releases/cdrkit-$version.tar.gz
$name-$version-glibc-2.10.patch)
2008-10-14 12:18:29 +02:00
build () {
cd cdrkit-$version
2009-06-06 13:05:38 +02:00
patch -p1 -i $SRC/$name-$version-glibc-2.10.patch
2008-10-14 12:18:29 +02:00
sed -i 's:share/\(man\):\1:' 3rd-party/dirsplit/CMakeLists.txt
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr -DMANSUBDIR=man
make install
}