an: rebuild missing package in repos, fix template

This commit is contained in:
cr6git 2018-03-24 15:36:57 +01:00 committed by Leаh Neukirchen
parent 83284cac1c
commit 86a55484f7
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,8 @@
# Template file for 'an'
pkgname=an
version=1.2
revision=1
revision=2
build_style=gnu-makefile
make_install_args='INSTALLDIR=$(DESTDIR)/usr/bin'
hostmakedepends="icu-devel"
makedepends="icu-devel"
depends="words-en"
short_desc="Very fast anagram generator"
@ -14,6 +12,9 @@ homepage="https://packages.debian.org/sid/an"
distfiles="${DEBIAN_SITE}/main/a/an/an_${version}.orig.tar.xz"
checksum=b925d57d80bd0d83b755f5b8d78e6d5bf05eb059ec84a7d8fbb77b18c73b17a5
post_extract() {
sed -i "s|usr/games|usr/bin|g" Makefile
}
pre_install() {
vmkdir usr/bin
vmkdir usr/share/man/man6