milis/talimatname/genel/l/libosinfo/talimat
2018-06-09 00:06:58 +02:00

19 lines
547 B
Text
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: İşletim Sistemi bilgi veritabanı
# URL: http://libosinfo.org
# Paketçi: yasarciv67@gmail.com
# Gerekler: glib libxslt gobject-introspection intltool libsoup vala check
isim=libosinfo
surum=1.0.0
devir=1
kaynak=(https://releases.pagure.org/libosinfo/$isim-$surum.tar.gz{,.asc})
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-usb-ids-path=/usr/share/hwdata/usb.ids \
--with-pci-ids-path=/usr/share/hwdata/pci.ids
make
make DESTDIR=$PKG install
}