diff --git a/srcpkgs/mythes/template b/srcpkgs/mythes/template index 6e53c2845d..e7e77bc007 100644 --- a/srcpkgs/mythes/template +++ b/srcpkgs/mythes/template @@ -1,17 +1,21 @@ # Template file for 'mythes' pkgname=mythes version=1.2.4 -revision=4 +revision=5 build_style=gnu-configure -short_desc="Simple thesaurus that uses a structured text data" -maintainer="Enno Boland " hostmakedepends="pkg-config" makedepends="hunspell-devel" -license="GPL-3" +short_desc="Simple thesaurus that uses a structured text data" +maintainer="Enno Boland " +license="BSD-3-Clause" homepage="http://sourceforge.net/projects/hunspell/files/MyThes" distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz" checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f +post_install() { + vlicense COPYING +} + mythes-devel_package() { depends="${sourcepkg}-${version}_${revision}" short_desc+=" - development files"