milis/talimatname/genel/s/startup-notification/talimat

22 lines
471 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: Uygulama başlatmayı izleme ve görüntüleme
# URL: http://freedesktop.org/wiki/Software/startup-notification
# Paketçi: milisarge
# Gerekler: xorg-libx11 xcb-util
# Grup: sistem
isim=startup-notification
surum=0.12
devir=1
kaynak=(http://www.freedesktop.org/software/$isim/releases/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}