20 lines
455 B
Plaintext
20 lines
455 B
Plaintext
# 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
|
||
}
|