opt/libgudev/Pkgfile
2021-09-04 20:44:24 +10:00

19 lines
447 B
Plaintext

# Description: GObject bindings for libudev
# URL: https://wiki.gnome.org/Projects/libgudev
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gobject-introspection
name=libgudev
version=237
release=1
source=(https://download.gnome.org/sources/$name/$version/$name-$version.tar.xz)
build() {
meson build $name-$version \
--prefix=/usr \
--buildtype=plain
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
}