milis/talimatname/genel/geany-plugins/talimat

17 lines
315 B
Text
Raw Normal View History

2016-02-24 02:27:23 +02:00
# Description: Many plugins for geany
# URL: http://plugins.geany.org/
2017-01-31 03:37:09 +03:00
# Packager: milisarge
2016-02-24 02:27:23 +02:00
# Depends on: geany
name=geany-plugins
version=1.26
release=1
source=(http://plugins.geany.org/geany-plugins/$name-$version.tar.bz2)
2017-01-31 03:37:09 +03:00
2016-02-24 02:27:23 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}