milis/talimatname/genel/l/libspiro/talimat

20 lines
455 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.

# Tanım: Eğrilerin çizimini basitleştiren kütüphane
# URL: https://github.com/fontforge/libspiro
# Paketçi: milisarge
# Gerekler:
isim=libspiro
surum=0.5.20150702
devir=1
kaynak=(https://github.com/fontforge/libspiro/archive/${surum}.tar.gz)
derle() {
cd $isim-${surum}
autoreconf -i
automake --foreign -Wall
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
install -Dm644 libspiro.pc "${PKG}"/usr/lib/pkgconfig/libspiro.pc
}