opt/cdrkit/Pkgfile

20 lines
667 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/
2012-05-20 23:29:02 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Packager: 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-12-19 16:41:09 +01:00
version=1.1.11
2014-02-18 20:09:36 +01:00
release=2
2014-08-22 11:09:02 +02:00
source=(http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz \
2014-02-18 20:09:36 +01:00
cdrkit-1.1.9-efi-boot.patch)
2008-10-14 12:18:29 +02:00
build () {
2012-05-20 23:29:02 +02:00
cd cdrkit-$version
2014-02-18 20:09:36 +01:00
patch -p1 -i $SRC/cdrkit-1.1.9-efi-boot.patch
2012-05-20 23:29:02 +02:00
sed -i 's:share/man:${MANSUBDIR}:' 3rd-party/dirsplit/CMakeLists.txt
cmake -Wno-dev -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
}