milis/talimatname/genel/x/xed/talimat

19 lines
544 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
name=xed
2017-10-09 16:26:12 +02:00
version=1.4.6
2017-06-23 04:59:00 +02:00
release=1
source=(https://github.com/linuxmint/$name/archive/$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-06-23 04:59:00 +02:00
cd $name-$version
./autogen.sh --with-gtk=3.0 --prefix="/usr" \
--localstatedir="/var" \
--libexecdir="/usr/lib/xed"
make CFLAGS='-w -O2'
make DESTDIR=$PKG install
}