31 lines
673 B
Text
Executable file
31 lines
673 B
Text
Executable file
app=xcb-util-image
|
|
version=0.4.0
|
|
build=1sml
|
|
homepage="https://xcb.freedesktop.org/"
|
|
download="https://xcb.freedesktop.org/dist/xcb-util-image-$version.tar.bz2"
|
|
desc="Utility libraries for XC Binding"
|
|
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 COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
9b7202c054e1160f9ca97a86be1210d9fb47f2119f89ca85f15f20909cca884bfe0cb88e3e71c75b65e1a0a72b980066ccac810e41a91db895c74dde77440d4f xcb-util-image-0.4.0.tar.bz2
|
|
"
|