leafpad.paketlendi
This commit is contained in:
parent
e10843e4b4
commit
e1ba306c35
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue