milis/talimatname/genel/leafpad/talimat

19 lines
463 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
release=2
source=(http://download.savannah.gnu.org/releases/${name}/${name}-${version}.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr --enable-chooser
make
make DESTDIR=$PKG install
echo 'StartupNotify=true' >> ${PKG}/usr/share/applications/leafpad.desktop
}