milis/talimatname/genel/l/libosinfo/talimat

20 lines
555 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: İşletim Sistemi bilgi veritabanı
2017-07-25 22:21:02 +02:00
# URL: http://libosinfo.org
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: glib libxslt gobject-introspection intltool libsoup vala check
2017-07-25 22:21:02 +02:00
name=libosinfo
version=1.0.0
release=1
source=(https://releases.pagure.org/libosinfo/$name-$version.tar.gz{,.asc})
2017-10-27 23:59:41 +02:00
derle() {
2017-07-25 22:21:02 +02:00
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
}