milis/talimatname/genel/l/libosinfo/talimat

21 lines
557 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: İşletim Sistemi bilgi veritabanı
# URL: http://libosinfo.org
2018-08-08 14:18:27 +02:00
# Paketçi: yasarciv67
2018-06-09 00:06:58 +02:00
# Gerekler: glib libxslt gobject-introspection intltool libsoup vala check
2018-08-08 14:18:27 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
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
}