milis/talimatname/genel/d/dmidecode/talimat

19 lines
428 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: Sistemin SMBIOS/DMI standardına göre BIOS'unuzun donanım bilgisidir.
# URL: http://www.nongnu.org/dmidecode/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=dmidecode
surum=3.1
devir=1
kaynak=(http://download.savannah.gnu.org/releases/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i "s:sbin:bin:g" Makefile
make prefix=/usr
make prefix=/usr DESTDIR="${PKG}" install
rm -rf $PKG/usr/share
}