opt/libspiro/Pkgfile
2017-01-26 20:33:11 +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.5.20150702
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
}