20 lines
547 B
Plaintext
20 lines
547 B
Plaintext
|
# 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
|
|||
|
}
|