libxkbui: converted to subpkgs, new deps style.

--HG--
extra : convert_revision : 5c47cd602668e4cc2fb5be1669b8582d0d339b9a
This commit is contained in:
Juan RP 2009-03-19 04:36:03 +01:00
parent 0fb9525eee
commit 7ac0519848
4 changed files with 34 additions and 4 deletions

1
templates/libxkbui-devel Symbolic link
View File

@ -0,0 +1 @@
libxkbui

View File

@ -0,0 +1,2 @@
abi_depends=1.0.2
api_depends=${abi_depends}

View File

@ -0,0 +1,17 @@
# Template file for 'libxkbui-devel'.
#
short_desc="${short_desc} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libxkbui
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}

View File

@ -1,12 +1,22 @@
# Template build file for 'libxkbui'.
pkgname=libxkbui
sourcepkg=$pkgname
version=1.0.2
distfiles="
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
pkgconfig_override="xkbui.pc"
short_desc="xkbui library from modular x.org"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ff356dea1c93a1a94bab4df80b66f9304d827b2a
checksum=20c23101d63234ee5f6d696dfa069b29c6c58e39eff433bcd7705b50b3ffa214
long_desc="
This is the xkbui library from modular X.org."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libSM
Add_dependency full libICE
Add_dependency full libXt
Add_dependency full libxkbfile