milis/talimatname/genel/leafpad/talimat

19 lines
468 B
Plaintext
Raw Normal View History

2017-03-30 08:32:17 +02:00
# Description: GTK + 2.0 için bir not defteri klonu
2016-02-24 01:27:23 +01:00
# URL: http://tarot.freeshell.org/leafpad/
2017-03-30 08:32:17 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk2 desktop-file-utils
name=leafpad
version=0.8.18.1
2017-06-18 13:28:02 +02:00
release=1
2016-02-24 01:27:23 +01:00
source=(http://download.savannah.gnu.org/releases/${name}/${name}-${version}.tar.gz)
build(){
2017-06-18 13:28:02 +02:00
cd $name-$version
./configure --prefix=/usr --enable-chooser
make
make DESTDIR=$PKG install
echo 'StartupNotify=true' >> ${PKG}/usr/share/applications/leafpad.desktop
2016-02-24 01:27:23 +01:00
}