mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
an: rebuild missing package in repos, fix template
This commit is contained in:
parent
83284cac1c
commit
86a55484f7
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'an'
|
# Template file for 'an'
|
||||||
pkgname=an
|
pkgname=an
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args='INSTALLDIR=$(DESTDIR)/usr/bin'
|
|
||||||
hostmakedepends="icu-devel"
|
|
||||||
makedepends="icu-devel"
|
makedepends="icu-devel"
|
||||||
depends="words-en"
|
depends="words-en"
|
||||||
short_desc="Very fast anagram generator"
|
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"
|
distfiles="${DEBIAN_SITE}/main/a/an/an_${version}.orig.tar.xz"
|
||||||
checksum=b925d57d80bd0d83b755f5b8d78e6d5bf05eb059ec84a7d8fbb77b18c73b17a5
|
checksum=b925d57d80bd0d83b755f5b8d78e6d5bf05eb059ec84a7d8fbb77b18c73b17a5
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i "s|usr/games|usr/bin|g" Makefile
|
||||||
|
}
|
||||||
pre_install() {
|
pre_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vmkdir usr/share/man/man6
|
vmkdir usr/share/man/man6
|
||||||
|
|
Loading…
Add table
Reference in a new issue