milis/talimatname/genel/l/libosinfo/talimat

20 lines
555 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@gmail.com
# Gerekler: glib libxslt gobject-introspection intltool libsoup vala check
name=libosinfo
version=1.0.0
release=1
source=(https://releases.pagure.org/libosinfo/$name-$version.tar.gz{,.asc})
derle() {
cd $name-$version
./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
}