milis/talimatname/genel/x/xed/talimat

19 lines
536 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Küçük ve hafif metin düzenleyici
2017-06-23 04:59:00 +02:00
# URL: https://github.com/linuxmint/xed
2017-10-27 20:46:27 +02:00
# Paketçi: Cihan Alkan
# Gerekler: libpeas gtksourceview3 gobject-introspection desktop-file-utils xorg-libsm enchant gnome-common yelp-tools iso-codes
2017-06-23 04:59:00 +02:00
2017-10-28 14:10:23 +02:00
isim=xed
2017-12-16 02:12:43 +01:00
surum=1.6.3
2017-10-28 14:10:23 +02:00
devir=1
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz)
2017-06-23 04:59:00 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-06-23 04:59:00 +02:00
./autogen.sh --with-gtk=3.0 --prefix="/usr" \
--localstatedir="/var" \
--libexecdir="/usr/lib/xed"
make CFLAGS='-w -O2'
make DESTDIR=$PKG install
}