New package: sound-icons-0.1

This commit is contained in:
Alain Kalker 2016-10-13 16:36:04 +02:00
parent 4604d646b2
commit b64dcc9f43

View file

@ -0,0 +1,18 @@
# Template file for 'sound-icons'
pkgname=sound-icons
version=0.1
revision=1
noarch=yes
short_desc="Sounds for speech enabled applications"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
license="GPL-2"
homepage="http://www.freebsoft.org/pub/projects/sound-icons/"
distfiles="http://www.freebsoft.org/pub/projects/sound-icons/${pkgname}-${version}.tar.gz"
checksum=382dda1d14a07b3125a8b5084695aa9ba5cb0fff02e5aab69fd6c7e23cbcf4d7
do_install() {
vdoc README
rm COPYING README
vmkdir usr/share/sounds/sound-icons
vcopy "*" usr/share/sounds/sound-icons
}