mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
parent
a41126d19a
commit
fdfa9e9125
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fillets-ng'
|
||||
pkgname=fillets-ng
|
||||
version=1.0.1
|
||||
revision=2
|
||||
revision=3
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="fillets-ng-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -16,3 +16,8 @@ distfiles="${SOURCEFORGE_SITE}/fillets/fillets-ng-${version}.tar.gz
|
|||
checksum="329a4d9515d60bebdb657d070824933b993b85864b9d3e302e6361accab992da
|
||||
f0c979fb35ec550a43246fc209add8f45ca550a382c94d6383bb3f01b1073799"
|
||||
replaces="fillets-ng-data>=0"
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/games/fillets-ng
|
||||
vcopy "$wrksrc/fillets-ng-data-${version}/*" usr/share/games/fillets-ng
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue