milis/talimatname/genel/o/obmenu-generator/talimat

20 lines
472 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: openbox menu yapıcı
# URL: https://github.com/trizen/obmenu-generator
# Maintainer: milisarge
# Paketçi: milisarge
# Gerekler: perl-module-build perl-data-dump perl-linux-desktopfiles
name=obmenu-generator
version=0.66
release=1
source=(obmenu-generator-src schema.pl)
derle() {
install -d $PKG/etc/xdg/$name
install -D -m644 schema.pl $PKG/etc/xdg/$name
install -d $PKG/usr/bin
install -D -m755 -m755 $name-src $PKG/usr/bin/$name
}