opt/cdrkit/Pkgfile

17 lines
436 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
2010-01-15 13:58:27 +01:00
# Depends on: file, cmake, libcap
2008-10-14 12:18:29 +02:00
name=cdrkit
2010-01-15 13:58:27 +01:00
version=1.1.10
release=1
source=(http://cdrkit.org/releases/cdrkit-$version.tar.gz)
2008-10-14 12:18:29 +02:00
build () {
cd cdrkit-$version
sed -i 's:share/\(man\):\1:' 3rd-party/dirsplit/CMakeLists.txt
cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr -DMANSUBDIR=man
2010-01-15 13:58:27 +01:00
make install
2008-10-14 12:18:29 +02:00
}