opt/libspiro/Pkgfile
2015-10-22 21:36:51 +11:00

26 lines
553 B
Plaintext

# Description: Simplifies the drawing of beautiful curves.
# URL: https://github.com/fontforge/libspiro
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
name=libspiro
version=0.3.20150131
release=1
source=(https://github.com/fontforge/libspiro/archive/$version.tar.gz)
build() {
cd $name-$version
autoreconf -i
automake --foreign -Wall
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make install DESTDIR=$PKG
install -m 0644 -D libspiro.pc $PKG/usr/lib/pkgconfig/libspiro.pc
}