leafpad.paketlendi

This commit is contained in:
milisarge 2017-06-18 14:28:02 +03:00
parent e10843e4b4
commit e1ba306c35

View file

@ -5,14 +5,14 @@
name=leafpad name=leafpad
version=0.8.18.1 version=0.8.18.1
release=2 release=1
source=(http://download.savannah.gnu.org/releases/${name}/${name}-${version}.tar.gz) source=(http://download.savannah.gnu.org/releases/${name}/${name}-${version}.tar.gz)
build(){ build(){
cd $name-$version cd $name-$version
./configure --prefix=/usr --enable-chooser ./configure --prefix=/usr --enable-chooser
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
echo 'StartupNotify=true' >> ${PKG}/usr/share/applications/leafpad.desktop echo 'StartupNotify=true' >> ${PKG}/usr/share/applications/leafpad.desktop
} }