2012-08-10 22:48:00 +10:00
|
|
|
# Description: Simplifies the drawing of beautiful curves.
|
2015-10-22 21:34:00 +11:00
|
|
|
# URL: https://github.com/fontforge/libspiro
|
2014-11-10 23:25:50 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
# Packager: Danny Rawlins, crux at romster dot me
|
2012-08-10 22:48:00 +10:00
|
|
|
|
|
|
|
name=libspiro
|
2017-01-26 20:33:11 +11:00
|
|
|
version=0.5.20150702
|
2012-08-10 22:48:00 +10:00
|
|
|
release=1
|
2015-10-22 21:34:00 +11:00
|
|
|
source=(https://github.com/fontforge/libspiro/archive/$version.tar.gz)
|
2012-08-10 22:48:00 +10:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2015-10-22 21:34:00 +11:00
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
automake --foreign -Wall
|
|
|
|
|
2015-11-04 12:34:50 +11:00
|
|
|
./configure --prefix=/usr
|
2015-10-22 21:34:00 +11:00
|
|
|
|
2012-08-10 22:48:00 +10:00
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG
|
2015-10-22 21:34:00 +11:00
|
|
|
|
|
|
|
install -m 0644 -D libspiro.pc $PKG/usr/lib/pkgconfig/libspiro.pc
|
2012-08-10 22:48:00 +10:00
|
|
|
}
|