opt/libspiro/Pkgfile

24 lines
527 B
Plaintext
Raw Normal View History

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