ucl: dropped unmaintained port
This commit is contained in:
parent
48ad1817e0
commit
23bf2de105
@ -1,14 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/ucl/
|
||||
-rw-r--r-- root/root usr/include/ucl/ucl.h
|
||||
-rw-r--r-- root/root usr/include/ucl/ucl_asm.h
|
||||
-rw-r--r-- root/root usr/include/ucl/uclconf.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libucl.a
|
||||
-rwxr-xr-x root/root usr/lib/libucl.la
|
||||
lrwxrwxrwx root/root usr/lib/libucl.so -> libucl.so.1.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libucl.so.1 -> libucl.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libucl.so.1.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/ucl.pc
|
@ -1,6 +0,0 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34z3CgP5MAH9WxB8m43KKMfgXFE6X/uFAp3hP0LCtza7VIxoJV9m5r2af20U2gj4A5Qt40DG2JAPyXO7St+83wE=
|
||||
SHA256 (Pkgfile) = 249e993ac07033b37d2f4d658b6c0ff9a8243b35f9c8d3bc63301cc9262e7726
|
||||
SHA256 (.footprint) = 78702059aacbbc0602f0298dcc448fd1498ec75756c70ec02e7721e090e00936
|
||||
SHA256 (ucl-1.03.tar.gz) = b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348
|
||||
SHA256 (ucl.pc.in) = 668f47e7fdfa75d6c3b06542d89d2b368131ccbcef5f94174ad3af89eb95ae4a
|
25
ucl/Pkgfile
25
ucl/Pkgfile
@ -1,25 +0,0 @@
|
||||
# Description: A portable lossless data compression library written in ANSI C.
|
||||
# URL: http://www.oberhumer.com/opensource/ucl/
|
||||
# Maintainer: unmaintained
|
||||
|
||||
name=ucl
|
||||
version=1.03
|
||||
release=3
|
||||
source=(http://www.oberhumer.com/opensource/ucl/download/ucl-$version.tar.gz
|
||||
ucl.pc.in)
|
||||
|
||||
build() {
|
||||
cd ucl-$version
|
||||
|
||||
CFLAGS+=" -std=gnu90 -fPIC"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--enable-static
|
||||
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
|
||||
mkdir -p $PKG/usr/lib/pkgconfig/
|
||||
sed "s|@VERSION@|$version|" $SRC/ucl.pc.in > $PKG/usr/lib/pkgconfig/ucl.pc
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
prefix=/usr
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: ucl
|
||||
Description: Portable lossless data compression library written in ANSI C
|
||||
Version: @VERSION@
|
||||
Cflags: -I${includedir}
|
Loading…
x
Reference in New Issue
Block a user