opt/libspiro/Pkgfile
2015-11-04 14:37:36 +11:00

24 lines
527 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
make
make install DESTDIR=$PKG
install -m 0644 -D libspiro.pc $PKG/usr/lib/pkgconfig/libspiro.pc
}