18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
# Description: The libgudev package contains GObject bindings for libudev.
|
|
# URL: http://www.codeforge.com/s/0/libgudev
|
|
# Packager: tnut at nutyx dot org, fanch at nutyx dot org
|
|
# Depends on: glib gobject-introspection gtk-doc
|
|
|
|
name=libgudev
|
|
version=230
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/libgudev/$version/libgudev-$version.tar.xz)
|
|
build() {
|
|
cd ${name}-$version
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|