milis/talimatname/genel/e/execline/talimat

21 lines
523 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: interaktif olmayan betik dili, sh gibi
# URL: http://skarnet.org/software/execline/
# Paketçi: milisarge
# Gerekler: skalibs
# Grup: geliştirme
isim=execline
surum=2.5.0.0
devir=1
kaynak=(http://skarnet.org/software/execline/execline-$surum.tar.gz)
derle() {
cd ${SRC}/${isim}-${surum}
install -d $PKG/usr/share/execline/
./configure --prefix=/usr --bindir=/usr/share/execline/
make
make strip
DESTDIR=${PKG} make install
install -D -m644 COPYING "${PKG}/usr/share/licenses/${isim}/LICENSE"w
}