milis/talimatname/genel/l/libosinfo/talimat

21 lines
557 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: İşletim Sistemi bilgi veritabanı
# URL: http://libosinfo.org
# Paketçi: yasarciv67
# Gerekler: glib libxslt gobject-introspection intltool libsoup vala check
# Grup: kütüphane
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
}