summaryrefslogtreecommitdiff
path: root/package/setxkbmap/Makefile
blob: 9aa3f2965ecab18100c440e882d96f01c9f5d303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include $(ADK_TOPDIR)/rules.mk

PKG_NAME:=		setxkbmap
PKG_VERSION:=		1.3.0
PKG_RELEASE:=		1
PKG_HASH:=		f5b87e965725c251e1251ab8e37d5189ddeefa4099b864d52e2bcad4f75304ca
PKG_DESCR:=		set keyboard utility
PKG_SECTION:=		x11/utils
PKG_DEPENDS:=		libxkbfile
PKG_SITES:=		${MASTER_SITE_XORG}

DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz

include $(ADK_TOPDIR)/mk/package.mk

$(eval $(call PKG_template,SETXKBMAP,setxkbmap,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

setxkbmap-install:
	$(INSTALL_DIR) $(IDIR_SETXKBMAP)/usr/bin
	$(INSTALL_BIN) $(WRKINST)/usr/bin/setxkbmap \
		$(IDIR_SETXKBMAP)/usr/bin

include ${ADK_TOPDIR}/mk/pkg-bottom.mk