milis/talimatname/genel/x/xapps/talimat

22 lines
495 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanımlar: X-Apps projesi için ortak kütüphane
# URL: https://github.com/linuxmint/xapps
# Paketçi: Cihan_Alkan
# Gerekler: libgnomekbd python gnome-common gobject-introspection gtk-doc gtk3
# Grup: cinnamon
isim=xapps
surum=1.0.4
devir=1
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./autogen.sh \
--prefix=/usr \
--localstatedir=/var \
--libexecdir=/usr/lib/$isim
make
make DESTDIR=$PKG install
}