leafpad.paketlendi
This commit is contained in:
parent
e10843e4b4
commit
e1ba306c35
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue