smlinux/xorg/xcb-util-keysyms/xcb-util-keysyms.SMBuild

31 lines
744 B
Text
Executable file

app=xcb-util-keysyms
version=0.4.0
build=1sml
homepage="https://xcb.freedesktop.org/"
download="https://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.0.tar.bz2"
desc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
requires="libxcb xcb-util"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp $srcdir/LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
b14b3100c3ae2379f9df799c0780a1ee39267101e58e4c1c6f390f039348ca2b370bb1df203b9bc68a170d664188d9c73e3553a7ba24d98abea3ed353e8dc0c4 xcb-util-keysyms-0.4.0.tar.bz2
"