mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
Added libxklavier-3.9 template.
--HG-- extra : convert_revision : a865ec8d4964f5fec7b644da3481e6276f6e0aa9
This commit is contained in:
parent
7a8c51024b
commit
8f3548fcf3
4 changed files with 47 additions and 0 deletions
1
templates/libxklavier-devel
Symbolic link
1
templates/libxklavier-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libxklavier
|
2
templates/libxklavier/depends
Normal file
2
templates/libxklavier/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=3.9
|
||||||
|
api_depends=${abi_depends}
|
19
templates/libxklavier/devel.template
Normal file
19
templates/libxklavier/devel.template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'libxklavier-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libxklavier
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mkdir -p ${DESTDIR}/usr/share
|
||||||
|
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
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||||
|
}
|
25
templates/libxklavier/template
Normal file
25
templates/libxklavier/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template build file for 'libxklavier'.
|
||||||
|
pkgname=libxklavier
|
||||||
|
sourcepkg=$pkgname
|
||||||
|
version=3.9
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--localstatedir=/var"
|
||||||
|
short_desc="Library providing high-level API for X Keyboard Extension"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=462a4e427f201a23de194f824dce70c84867464956f2f6c8dd4a5e07f1f4a554
|
||||||
|
long_desc="
|
||||||
|
libxklavier is a library providing high-level API for X Keyboard Extension
|
||||||
|
known as XKB. This library is intended to support XFree86 and other
|
||||||
|
commercial X servers. It is useful for creating XKB-related software
|
||||||
|
(layout indicators etc)."
|
||||||
|
|
||||||
|
subpackages="devel"
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libxkbfile
|
||||||
|
Add_dependency full libxml2
|
||||||
|
Add_dependency full glib
|
||||||
|
Add_dependency full xkeyboard-config
|
||||||
|
Add_dependency full libXi
|
||||||
|
Add_dependency full iso-codes
|
Loading…
Add table
Reference in a new issue