giflib: dropped the dependency on imagemagick, include man pages

This commit is contained in:
Tim Biermann 2024-02-26 19:09:32 +01:00
parent 4f8bcee109
commit 09e28eca0f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 16 additions and 7 deletions

View File

@ -13,3 +13,13 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libgif.so -> libgif.so.7
lrwxrwxrwx root/root usr/lib/libgif.so.7 -> libgif.so.7.2.0
-rwxr-xr-x root/root usr/lib/libgif.so.7.2.0
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/gif2rgb.xml.gz
-rw-r--r-- root/root usr/share/man/man1/gifbuild.xml.gz
-rw-r--r-- root/root usr/share/man/man1/gifclrmp.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giffix.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giflib.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giftext.xml.gz
-rw-r--r-- root/root usr/share/man/man1/giftool.xml.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/djiPtBoz3ha7hHGZFJNeV5AwL4TG1BT8/AU0+pGXPsqyTiCwCBKbcscsHSPyK32cWWea48/HINe290hpgU5DQ8=
SHA256 (Pkgfile) = 84fb650d54f174e66df701ce25dba8497d6d5cd730113a4a65e4e2c9a3a731ec
SHA256 (.footprint) = f742ad42873da9ed913476410643c3842f761c23c422592e19e07a84595f61f9
RWSE3ohX2g5d/cxePipYyFM67BkPhKkXxQElHJv8rfbV/IQ7/bNBrNVQsXNEb43Kxh+LwPeHxzOqrPzHIXFd/u7gIFoDdmTATg8=
SHA256 (Pkgfile) = fd3cd709df4c8b6a53c7ab677504437a76b2d5038f9a68683ce0455fdf92554a
SHA256 (.footprint) = 2e81bb8fe9e58028fa95c1b2d979524fb85e744faccf6c2ff2d11a5c602a1d92
SHA256 (giflib-5.2.2.tar.gz) = be7ffbd057cadebe2aa144542fd90c6838c6a083b5e8a9048b8ee3b66b29d5fb

View File

@ -1,7 +1,6 @@
# Description: A compressed GIF library compatible with libungif
# URL: https://giflib.sourceforge.net
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: imagemagick
name=giflib
version=5.2.2
@ -10,9 +9,9 @@ source=(https://sourceforge.net/projects/giflib/files/$name-$version.tar.gz)
build() {
cd $name-$version
sed -e "/\$(MAKE) -C doc$/d" -i Makefile
make
make PREFIX=$PKG/usr install
# We only want the library and no manpages
rm -rf $PKG/usr/share
}