opt/libspiro/Pkgfile

26 lines
553 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
2015-10-22 12:34:00 +02:00
version=0.3.20150131
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 \
--mandir=/usr/man
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
}