opt/libspiro/Pkgfile
2014-11-10 23:25:50 +11:00

17 lines
436 B
Plaintext

# Description: Simplifies the drawing of beautiful curves.
# URL: http://libspiro.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
name=libspiro
version=20071029
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/libspiro_src-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}