milis/talimatname/genel/dunst/talimat

19 lines
608 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.

# Description: Hızlı ve menulü , sistem çekmecesi için simge oluştuma uygulaması
# URL: http://gtrayicon.sourceforge.net/
# Packager: milisarge
# Depends on: xorg-libxinerama xorg-libxscrnsaver pango libnotify gtk2 libxdg-basedir
name=dunst
version=1.2.0
release=1
source=(https://github.com/dunst-project/dunst/archive/v1.2.0.tar.gz::$name-$version.tar.gz)
build() {
cd $name-$version
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
make DESTDIR="${PKG}" PREFIX=/usr install
install -Dm644 "${SRC}/$name-$version/LICENSE" "${PKG}/usr/share/licenses/${name}/LICENSE"
rm -rf ${PKG}/usr/lib/
}