milis/talimatname/genel/m/mousepad/talimat

25 lines
656 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Mousepad, Xfce masaüstü ortamı için basit bir GTK+2 metin editörüdür.
2016-03-02 16:12:51 +01:00
# URL: http://www.xfce.org/projects/mousepad/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: dbus-glib startup-notification xorg-libxrandr xorg-libxinerama xorg-libsm desktop-file-utils gtksourceview3 gtk-update-icon-cache
2016-03-02 16:12:51 +01:00
name=mousepad
version=0.4.0
2017-05-16 18:40:21 +02:00
release=4
2016-03-02 16:12:51 +01:00
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
2017-10-27 23:59:41 +02:00
derle() {
2017-05-16 18:40:21 +02:00
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static \
--disable-debug \
--enable-gtk3
make
make DESTDIR=$PKG install
2016-03-02 16:12:51 +01:00
}