forked from ports/contrib
jbig2dec: initial commit, version 0.19
This commit is contained in:
parent
c6f79faa36
commit
1255d63ee4
18
jbig2dec/.footprint
Normal file
18
jbig2dec/.footprint
Normal file
@ -0,0 +1,18 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/jbig2dec
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/jbig2.h
|
||||
-rw-r--r-- root/root usr/include/memento.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libjbig2dec.a
|
||||
-rwxr-xr-x root/root usr/lib/libjbig2dec.la
|
||||
lrwxrwxrwx root/root usr/lib/libjbig2dec.so -> libjbig2dec.so.0.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libjbig2dec.so.0 -> libjbig2dec.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libjbig2dec.so.0.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/jbig2dec.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/jbig2dec.1.gz
|
5
jbig2dec/.signature
Normal file
5
jbig2dec/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38YQZEHDHzPhBGwbA8WCpxJY5YA20+e0CXvqJ2nOgSE00qb3ZIkYExkHSYb4oXRcux4irc/KKcYc77+fp6u6YQY=
|
||||
SHA256 (Pkgfile) = e4bbd636f1bc65ff28595a5ec8f220fd669d9bfb0df03673336d16623a6d9c64
|
||||
SHA256 (.footprint) = 8b1f485a570413ddfd575ba2c554e0a5d94b0aac7adc6915eb37bb309c5f3550
|
||||
SHA256 (jbig2dec-0.19.tar.gz) = 279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37
|
22
jbig2dec/Pkgfile
Normal file
22
jbig2dec/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: Decoder implementation of JBIG2 image compression format
|
||||
# URL: http://www.jbig2dec.com/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: openjpeg2
|
||||
|
||||
name=jbig2dec
|
||||
version=0.19
|
||||
release=1
|
||||
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--with-libpng=/usr/lib
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
install -m 644 memento.h $PKG/usr/include
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user