4c0305a2e9
CRUX System Team:reiserfsprogs: util-linux UNMAINTAINED:librsvg: gdk-pixbuf gobject-introspection Jose V Beneyto:gftp: openssl readline Jose V Beneyto:imlib2: libpng Jose V Beneyto:libcroco: libxml2 Jose V Beneyto:libgd: libpng Jose V Beneyto:libwnck-gtk3: intltool Jose V Beneyto:libwnck: intltool Jose V Beneyto:pycairo: python Jose V Beneyto:pygobject: python Jose V Beneyto:qt4: libpng Jose V Beneyto:startup-notification: xorg-libsm xorg-libx11 Jose V Beneyto:subversion: apr expat sqlite3 Jose V Beneyto:vorbis-tools: libogg Jose V Beneyto:vte-gtk3: intltool p5-xml-parser xorg-libxdamage Jose V Beneyto:vte: intltool p5-xml-parser Jose V Beneyto:xchat: openssl perl
22 lines
497 B
Plaintext
22 lines
497 B
Plaintext
# Description: gd libraries
|
|
# URL: http://www.libgd.org
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
|
# Packager: Antti Nykanen, aon at iki dot fi
|
|
# Depends on: xorg-libxpm libjpeg-turbo freetype
|
|
|
|
name=libgd
|
|
version=2.1.1
|
|
release=1
|
|
source=(https://bitbucket.org/libgd/gd-libgd/downloads/$name-$version.tar.xz \
|
|
libvpx-1.5.0-compatibility.patch)
|
|
|
|
build () {
|
|
cd $name-$version
|
|
|
|
patch -p0 -i $SRC/libvpx-1.5.0-compatibility.patch
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make DESTDIR=$PKG install
|
|
}
|