31 lines
690 B
Text
Executable file
31 lines
690 B
Text
Executable file
app=xcb-util-cursor
|
|
version=0.1.3
|
|
build=1sml
|
|
homepage="https://xcb.freedesktop.org/"
|
|
download="https://xcb.freedesktop.org/dist/xcb-util-cursor-$version.tar.bz2"
|
|
desc="XCB cursor library"
|
|
requires="libxcb xcb-util-renderutil xcb-util-image"
|
|
|
|
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 COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
be5eee7b268b18f356d6aae04820a7e1c51397dac9020d876df379e833200255b5194269541c245a9b4ac286edad4cfe44dae8e4fcfd16a4726dd7553c104c21 xcb-util-cursor-0.1.3.tar.bz2
|
|
"
|