contrib/geany-plugins/Pkgfile

21 lines
466 B
Plaintext
Raw Normal View History

2010-06-14 09:28:28 +02:00
# Description: Plugins for geany
# URL: http://plugins.geany.org/geany-plugins/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: geany
name=geany-plugins
2011-01-13 10:45:12 +01:00
version=0.20
2010-06-14 09:28:28 +02:00
release=1
source=(http://plugins.geany.org/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}