leafpad.paketlendi

This commit is contained in:
milisarge 2017-06-18 14:28:02 +03:00
parent e10843e4b4
commit e1ba306c35
1 changed files with 6 additions and 6 deletions

View File

@ -5,14 +5,14 @@
name=leafpad
version=0.8.18.1
release=2
release=1
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
cd $name-$version
./configure --prefix=/usr --enable-chooser
make
make DESTDIR=$PKG install
echo 'StartupNotify=true' >> ${PKG}/usr/share/applications/leafpad.desktop
}