milis/talimatname/genel/i/initd-tools/talimat
2018-08-09 10:59:18 +00:00

17 lines
474 B
Text
Raw Permalink 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: Init-tools paketi, LSB tabanlı önyükleme komut dosyalarını yükleyip kaldırmak için kullanılan programları içerir.
# URL: https://people.freedesktop.org/~dbn/initd-tools/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=initd-tools
surum=0.1.3
devir=1
kaynak=(http://people.freedesktop.org/~dbn/initd-tools/releases/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/ --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}