milis/talimatname/genel/i/initd-tools/talimat

24 lines
498 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: Init-tools paketi, LSB tabanlı önyükleme komut dosyalarını yükleyip kaldırmak için kullanılan programları içerir.
# URL: http://people.freedesktop.org/~dbn/initd-tools/releases/initd-tools-0.1.3.tar.gz
# Paketçi: milisarge
# Gerekler:
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
}