milis/talimatname/genel/initd-tools/talimat

24 lines
513 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.

# Description: 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
# Packager: milisarge
# Depends on:
name=initd-tools
version=0.1.3
release=1
source=(http://people.freedesktop.org/~dbn/initd-tools/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/ --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}