main/xkbcomp: split out -dev

the -dev package only have one single .pc file, which will pull in many
other -dev packages, so keep it in subpackage.
This commit is contained in:
Natanael Copa 2017-06-15 05:53:33 +00:00
parent 6fc1fcf9cc
commit c6419d2399

View File

@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xkbcomp
pkgver=1.4.0
pkgrel=0
pkgrel=1
pkgdesc="compile XKB keyboard description"
url="http://xorg.freedesktop.org"
arch="all"
license="custom"
depends=
makedepends="libx11-dev libxkbfile-dev"
subpackages="$pkgname-doc"
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"