From b64dcc9f4376dd0e1caef419d4d479e12c619c17 Mon Sep 17 00:00:00 2001 From: Alain Kalker Date: Thu, 13 Oct 2016 16:36:04 +0200 Subject: [PATCH] New package: sound-icons-0.1 --- srcpkgs/sound-icons/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/sound-icons/template diff --git a/srcpkgs/sound-icons/template b/srcpkgs/sound-icons/template new file mode 100644 index 00000000000..3822d405b5e --- /dev/null +++ b/srcpkgs/sound-icons/template @@ -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 " +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 +}