1
0
forked from ports/opt

cdrkit: syntax

This commit is contained in:
Tim Biermann 2021-12-13 18:48:11 +01:00
parent bb4e754d94
commit b95c902d00
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fnbxy80ItAAzTD3vCwSm4z+zpSs5Kqhv10iOxQmCDmMRpZ+UwBdcjBcoyrPK+H0F7FdtuarkrjC0sZqhfnI0wQ=
SHA256 (Pkgfile) = 5b8de69481e7073ab19f99e212632b3b94b19c140611ae48818d218be84df74f
RWSE3ohX2g5d/Y74ifMv5QyHzCXcpLMmiN1Idgj8/OmqPZe199hMBPcQU4S7QE3rkRyKl+3AvuhGCjVBKMTwubmaxAIWhY28ZAc=
SHA256 (Pkgfile) = 72b93913ad3fc4c4254705e76ca432fea91783f80c0d05775d95be8b4552dd67
SHA256 (.footprint) = 77f6cea25dd7d94bc541f287b93642c327b67f24ac416f3f8b6eadc54918ca8f
SHA256 (cdrkit-1.1.11.tar.gz) = d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc78e47da
SHA256 (cdrkit-1.1.9-efi-boot.patch) = fc9b45bde484bd83c7d34fd22a1d9699a997852b482502195c9e9c72a7b4abc8

View File

@ -1,17 +1,17 @@
# Description: A suite of programs for recording CDs and DVDs
# URL: https://en.wikipedia.org/wiki/Cdrkit
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: file cmake libcap
# Depends on: file libcap
name=cdrkit
version=1.1.11
release=4
source=(http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz \
release=5
source=(http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/cdrkit-1.1.11.tar.gz/efe08e2f3ca478486037b053acd512e9/cdrkit-1.1.11.tar.gz
cdrkit-1.1.9-efi-boot.patch)
build () {
patch -d $name-$version -p1 -i $SRC/cdrkit-1.1.9-efi-boot.patch
cmake -S $name-$version -B build \
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS -fcommon" \
-D CMAKE_INSTALL_PREFIX=/usr \