libcue: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:51 +02:00
parent 3f5e114c9d
commit c8507c6cd0
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libcue.h
drwxr-xr-x root/root usr/include/libcue/
lrwxrwxrwx root/root usr/include/libcue/libcue.h -> ../libcue.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcue.a
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libcue.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xprdTFWdGAPgUs1KhiHlAy3Zx8rjc7FoZSC7Bt5Rvh1jPsalp4ooCwnF1M5UvGhsk3FY+gESHtyfqyh+UU40wU=
SHA256 (Pkgfile) = 37d8b0de846c6cfd5a1e82052f3d5279be1062171ccd4cb149cddcfc548bbd94
SHA256 (.footprint) = d7afdf8b2b16ac79a168dc87fc129da0422af9e8335064cf57748246fafba1ed
SHA256 (libcue-2.2.1.tar.gz) = f27bc3ebb2e892cd9d32a7bee6d84576a60f955f29f748b9b487b173712f1200

View File

@ -1,20 +0,0 @@
# Description: CUE Sheet Parser Library
# URL: https://github.com/lipnitsk/libcue/
# Maintainer: unmaintained
name=libcue
version=2.2.1
release=2
source=(https://github.com/lipnitsk/libcue/archive/v$version/$name-$version.tar.gz)
build() {
cmake -S $name-$version -B build -G Ninja $PKGMK_DOXYGEN \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
}