milis/talimatname/genel/libgd/talimat

22 lines
532 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Programcılar tarafından resimlerin dinamik oluşturulması için kütüphane
# URL: http://www.libgd.org/
# Packager: milisarge
# Depends on: xorg-fontconfig xorg-libxpm libwebp
name=libgd
version=2.2.3
release=1
source=("https://github.com/$name/$name/releases/download/gd-${version}/$name-${version}.tar.xz")
build() {
cd $name-${version}
./configure \
--prefix=/usr \
--disable-rpath
make
make DESTDIR="${PKG}" install
install -D -m644 COPYING "${PKG}/usr/share/licenses/${name}/LICENSE"
}