22 lines
639 B
Bash
22 lines
639 B
Bash
# Template file for 'xkb-qwerty-fr'
|
|
pkgname=xkb-qwerty-fr
|
|
version=0.5
|
|
revision=1
|
|
noarch=yes
|
|
short_desc="French qwerty X11 keymap"
|
|
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
|
license="GPL-2"
|
|
homepage="http://marin.jb.free.fr/qwerty-fr/"
|
|
distfiles="http://marin.jb.free.fr/qwerty-fr/${pkgname}_${version}_all.deb"
|
|
checksum=03fc6b72b62fb6661e5671bc3e500934ed9aa457159141ef02d989616276ef64
|
|
|
|
do_extract() {
|
|
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_all.deb
|
|
tar xvf data.tar.gz
|
|
}
|
|
do_install() {
|
|
rm usr/share/doc/xkb-qwerty-fr/copyright
|
|
rm usr/share/doc/xkb-qwerty-fr/changelog.gz
|
|
vcopy usr usr
|
|
}
|