19 lines
559 B
Bash
19 lines
559 B
Bash
|
# 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
|
||
|
}
|