opt/libspiro/Pkgfile

23 lines
506 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
2012-08-10 14:48:00 +02:00
name=libspiro
2022-11-06 09:14:26 +01:00
version=20221101
2012-08-10 14:48:00 +02:00
release=1
source=(https://github.com/fontforge/libspiro/releases/download/$version/libspiro-dist-$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
}