milis/talimatname/genel/l/lsb-release/talimat
2018-08-08 15:18:27 +03:00

20 lines
576 B
Text
Executable file
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: Dağıtımın (Linux Standards Base) bilgisi verir.
# URL: http://www.linuxbase.org/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=lsb-release
surum=1.4
devir=1
kaynak=(http://sourceforge.net/projects/lsb/files/lsb_release/${surum}/${isim}-${surum}.tar.gz \
lsbrelease milis-release system-release)
derle() {
cd ${isim}-${surum}
install -Dm 755 lsb_release "$PKG/usr/bin/lsb_release"
mkdir -p $PKG/etc/
cp $SRC/lsbrelease $PKG/etc/lsb-release
cp $SRC/milis-release $PKG/etc/milis-release
cp $SRC/system-release $PKG/etc/system-release
}