milis/talimatname/genel/x/xombrero/talimat

22 lines
653 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Gtk temelli ve webkit motorunu kullanan basit tarayıcı
2017-05-01 10:55:43 +02:00
# URL: https://opensource.conformal.com/wiki/xombrero
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libbsd libsoup gnutls gtk3 webkitgtk3
2017-05-01 10:55:43 +02:00
2017-10-28 14:10:23 +02:00
isim=xombrero
surum=1.6.3
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://opensource.conformal.com/snapshots/xombrero/xombrero-$surum.tgz)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
sed -i 's|/usr/local/share/|/usr/share/|' {unix.c,xombrero.conf,xombrero.h}
make PREFIX="/usr" -C linux
mkdir -p $PKG/usr/share/applications
make DESTDIR=$PKG PREFIX="/usr" -C linux install
install -Dm644 xombrero.conf $PKG/etc/skel/.xombrero.conf
install -Dm755 config-checker.pl $PKG/usr/bin/config-checker.pl
}