libgd: initial import
This commit is contained in:
parent
62999e09fd
commit
a687e6b29a
32
libgd/.footprint
Normal file
32
libgd/.footprint
Normal file
@ -0,0 +1,32 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/annotate
|
||||
-rwxr-xr-x root/root usr/bin/bdftogd
|
||||
-rwxr-xr-x root/root usr/bin/gd2copypal
|
||||
-rwxr-xr-x root/root usr/bin/gd2togif
|
||||
-rwxr-xr-x root/root usr/bin/gd2topng
|
||||
-rwxr-xr-x root/root usr/bin/gdcmpgif
|
||||
-rwxr-xr-x root/root usr/bin/gdlib-config
|
||||
-rwxr-xr-x root/root usr/bin/gdparttopng
|
||||
-rwxr-xr-x root/root usr/bin/gdtopng
|
||||
-rwxr-xr-x root/root usr/bin/giftogd2
|
||||
-rwxr-xr-x root/root usr/bin/pngtogd
|
||||
-rwxr-xr-x root/root usr/bin/pngtogd2
|
||||
-rwxr-xr-x root/root usr/bin/webpng
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/entities.h
|
||||
-rw-r--r-- root/root usr/include/gd.h
|
||||
-rw-r--r-- root/root usr/include/gd_io.h
|
||||
-rw-r--r-- root/root usr/include/gdcache.h
|
||||
-rw-r--r-- root/root usr/include/gdfontg.h
|
||||
-rw-r--r-- root/root usr/include/gdfontl.h
|
||||
-rw-r--r-- root/root usr/include/gdfontmb.h
|
||||
-rw-r--r-- root/root usr/include/gdfonts.h
|
||||
-rw-r--r-- root/root usr/include/gdfontt.h
|
||||
-rw-r--r-- root/root usr/include/gdfx.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libgd.a
|
||||
-rwxr-xr-x root/root usr/lib/libgd.la
|
||||
lrwxrwxrwx root/root usr/lib/libgd.so -> libgd.so.2.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libgd.so.2 -> libgd.so.2.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libgd.so.2.0.0
|
1
libgd/.md5sum
Normal file
1
libgd/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
be0a6d326cd8567e736fbc75df0a5c45 gd-2.0.33.tar.gz
|
16
libgd/Pkgfile
Normal file
16
libgd/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: gd libraries
|
||||
# Maintainer: Simone Rota, sip at varlock dot com
|
||||
# Packager: Jeremy Jones, jeremy at samnjack dot com
|
||||
# URL: http://www.boutell.com/gd/
|
||||
# Depends on: x11, libpng, libjpeg, freetype
|
||||
|
||||
name=libgd
|
||||
version=2.0.33
|
||||
release=1
|
||||
source=(http://www.boutell.com/gd/http/gd-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd gd-$version
|
||||
./configure --prefix=/usr
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user