milis/talimatname/genel/x/xpad/talimat

17 lines
377 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ım: Yapiskan notlar benzeri not alma uygulamasi
# URL: http://mterry.name/xpad/
# Paketçi: dei
# Gerekler: intltool xorg-libsm gtk3
isim=xpad
surum=4.3.1
devir=2
kaynak=(http://launchpad.net/xpad/trunk/4.3/+download/xpad-$surum.tar.bz2)
derle(){
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install helpdir=$PKG/usr/lib/xpad/help
}