2018-03-30 13:15:49 +02:00
|
|
|
# Description: Library for the dynamic creation of images
|
|
|
|
# URL: https://libgd.github.io/
|
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
|
|
|
# Depends on: xorg-libxpm libjpeg-turbo freetype
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=libgd
|
2020-03-23 18:22:32 +01:00
|
|
|
version=2.3.0
|
2014-08-19 13:11:12 +02:00
|
|
|
release=1
|
2018-03-30 13:15:49 +02:00
|
|
|
source=(https://github.com/libgd/libgd/releases/download/gd-$version/$name-$version.tar.xz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
2018-03-30 13:15:49 +02:00
|
|
|
cd $name-$version
|
2014-08-19 13:11:12 +02:00
|
|
|
|
2018-03-30 13:15:49 +02:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make DESTDIR=$PKG install
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|