milis/talimatname/genel/d/dunst/talimat

20 lines
615 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: Dunst, son derece yapılandırılabilir ve hafif bir bildirim programıdır.
# URL: https://github.com/dunst-project/dunst
# Paketçi: milisarge
# Gerekler: xorg-libxinerama xorg-libxscrnsaver pango libnotify gtk2 libxdg-basedir
# Grup: sistem
isim=dunst
surum=1.2.0
devir=1
kaynak=(https://github.com/dunst-project/dunst/archive/v1.2.0.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
make DESTDIR="${PKG}" PREFIX=/usr install
install -Dm644 "${SRC}/$isim-$surum/LICENSE" "${PKG}/usr/share/licenses/${isim}/LICENSE"
rm -rf ${PKG}/usr/lib/
}