smlinux/xorg/udisks/udisks.SMBuild

39 lines
No EOL
982 B
Text
Executable file

app=udisks
version=2.9.4
build=1sml
homepage="http://www.freedesktop.org/wiki/Software/udisks"
download="https://github.com/storaged-project/udisks/releases/download/udisks-$version/udisks-$version.tar.bz2"
desc="Daemon that implements D-Bus interfaces for interacting with storage devices"
requires="libblockdev libatasmart polkit dbus"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc \
--sbindir=/bin \
--enable-lvm2 \
--enable-lvmcache \
--disable-zram \
--disable-man \
--disable-nls \
--disable-rpath \
--disable-static \
--disable-introspection \
--disable-gtk-doc-html
make
make install DESTDIR=$pkg
mkfinalpkg
}
sha512sums="
9a3398d1bdc8b2236050576e9c8f7ec68059e3420aadc54ab96e092f8a5af825fd027fb21186399bbc723694061d375652c3cc712c94a46310e514a0035a17a8 udisks-2.9.4.tar.lz
"