grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-08-09 10:59:18 +00:00
parent 3a6902c18a
commit d010bedcf2
1 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# 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
# URL: https://people.freedesktop.org/~dbn/initd-tools/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=initd-tools
surum=0.1.3
@ -10,14 +10,8 @@ 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
}