1
0
forked from ports/opt

libspectre: update to 0.2.10

This commit is contained in:
Juergen Daubert 2022-02-12 16:00:17 +01:00
parent c5de98528a
commit 2f4679e4e1
3 changed files with 15 additions and 15 deletions

View File

@ -12,8 +12,8 @@ drwxr-xr-x root/root usr/include/libspectre/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libspectre.a
-rwxr-xr-x root/root usr/lib/libspectre.la
lrwxrwxrwx root/root usr/lib/libspectre.so -> libspectre.so.1.1.9
lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.9
-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.9
lrwxrwxrwx root/root usr/lib/libspectre.so -> libspectre.so.1.1.10
lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.10
-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.10
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libspectre.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QaDxayzZmR3YVuA1ZOAbvFgoY7jGmSt9sRRCJtqYvV8bBxBC5jrxQRmGu4ffagsRTe4+ToYQp0pVLQAFm8L4Ao=
SHA256 (Pkgfile) = 4dd61101e7ee029a5f25e5a80e06b680994a318464888886d8e6afcad0e68483
SHA256 (.footprint) = 8fbbe24b6f6addbe3a5239e916e30ffa9aba65ca86c3b9d81b0b627f1071c23d
SHA256 (libspectre-0.2.9.tar.gz) = 49ae9c52b5af81b405455c19fe24089d701761da2c45d22164a99576ceedfbed
RWSE3ohX2g5d/fbkSJecGPzMfTGF9Sbh3NTIM7y6rgrI4aY4Ejq8jMMHja5+JsgB7XPXwaEKrGRMZLXSlunJecUvsuu+OjAh4wc=
SHA256 (Pkgfile) = b1b99d56574972ae61ceb6adfcda91240df9eef68ed36b1bf0f3de5527605d4d
SHA256 (.footprint) = 221846fc79a9d123a88d033f60e5c1eb80c09ce33be84c9db37daa1ee6bcf2c8
SHA256 (libspectre-0.2.10.tar.gz) = cf60b2a80f6bfc9a6b110e18f08309040ceaa755210bf94c465a969da7524d07

View File

@ -1,16 +1,16 @@
# Description: Library for rendering Postscript documents
# URL: https://www.freedesktop.org/wiki/Software/libspectre
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript
# URL: https://www.freedesktop.org/wiki/Software/libspectre
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript
name=libspectre
version=0.2.9
version=0.2.10
release=1
source=(https://libspectre.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}