milis/talimatname/genel/l/libgd/talimat

22 lines
525 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Programcılar tarafından resimlerin dinamik oluşturulması için kütüphane
2017-02-21 23:33:11 +01:00
# URL: http://www.libgd.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xorg-fontconfig xorg-libxpm libwebp
2017-02-21 23:33:11 +01:00
name=libgd
version=2.2.3
release=1
source=("https://github.com/$name/$name/releases/download/gd-${version}/$name-${version}.tar.xz")
2017-10-27 23:59:41 +02:00
derle() {
2017-02-21 23:33:11 +01:00
cd $name-${version}
./configure \
--prefix=/usr \
--disable-rpath
make
make DESTDIR="${PKG}" install
install -D -m644 COPYING "${PKG}/usr/share/licenses/${name}/LICENSE"
}