milis/talimatname/genel/x/xombrero/talimat

23 lines
656 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Gtk temelli ve webkit motorunu kullanan basit tarayıcı
2018-07-25 13:46:23 +02:00
# URL: https://github.com/conformal/xombrero
2018-06-09 00:06:58 +02:00
# Paketçi: milisarge
# Gerekler: libbsd libsoup gnutls gtk3 webkitgtk3
2018-07-25 13:46:23 +02:00
# Grup: ağ
2018-06-09 00:06:58 +02:00
isim=xombrero
surum=1.6.3
devir=1
kaynak=(https://opensource.conformal.com/snapshots/xombrero/xombrero-$surum.tgz)
derle() {
cd $isim-$surum
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
}