pmaports/main/xcursorgen/APKBUILD
Oliver Smith 2d638d1a3a
main/xcursorgen: build for all arches again
Fix binary package build error caused by package dmz-cursor-theme with
arch=all depending on xcursorgen.
2019-02-15 10:58:39 +01:00

25 lines
741 B
Text

pkgname=xcursorgen
pkgver=1.0.6
pkgrel=0
pkgdesc="Create an X cursor file from PNG images"
arch="all"
url="https://xorg.freedesktop.org/"
license="custom"
depends=""
makedepends="libx11-dev libxcursor-dev libpng-dev"
source="https://xorg.freedesktop.org/archive/individual/app/$pkgname-$pkgver.tar.bz2"
subpackages="$pkgname-doc"
build() {
cd "$builddir"
./configure --prefix=/usr
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/"
}
sha512sums="3b464b7be3cec8c6d2bf4538266108bdc09e1dae4053d573f7f38e004929b41be0d996aa54918490fa040655644e2b0d4fab1ec24cca014d77bdb91c41ab1db4 xcursorgen-1.0.6.tar.bz2"