milis/talimatname/genel/s/s6/talimat

19 lines
463 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: başlangıç ve servis yönetim programı
# URL: http://skarnet.org/software/s6/
# Paketçi: milisarge
# Gerekler: skalibs execline
# Grup: sistem
isim=s6
surum=2.7.1.1
devir=1
kaynak=(http://skarnet.org/software/s6/s6-$surum.tar.gz)
derle() {
cd "${SRC}/${isim}-${surum}"
./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
make
DESTDIR=${PKG} make install
install -D -m644 COPYING "${PKG}/usr/share/licenses/${isim}/LICENSE"
}