milis/talimatname/genel/l/libspiro/talimat

20 lines
463 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Eğrilerin çizimini basitleştiren kütüphane
2017-04-07 03:41:04 +02:00
# URL: https://github.com/fontforge/libspiro
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-04-07 03:41:04 +02:00
name=libspiro
version=0.5.20150702
release=1
source=(https://github.com/fontforge/libspiro/archive/${version}.tar.gz)
build() {
cd $name-${version}
autoreconf -i
automake --foreign -Wall
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
install -Dm644 libspiro.pc "${PKG}"/usr/lib/pkgconfig/libspiro.pc
}