New package: hfsutils
This commit is contained in:
parent
f6c595619c
commit
ff2b67200d
1 changed files with 21 additions and 0 deletions
21
srcpkgs/hfsutils/template
Normal file
21
srcpkgs/hfsutils/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'hfsutils'
|
||||
pkgname=hfsutils
|
||||
version=3.2.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Software package to permit manipulation of HFS volumes"
|
||||
maintainer="stenstorp <stenstorpmc@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.mars.org/home/rob/proj/hfs/"
|
||||
distfiles="ftp://ftp.mars.org/pub/hfs/hfsutils-${version}.tar.gz"
|
||||
checksum=bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840
|
||||
|
||||
do_install() {
|
||||
for f in hattrib hcd hcopy hdel hdir hformat hfsutil hls hmkdir hpwd hrename hrmdir humount hvol; do
|
||||
vbin $f
|
||||
done
|
||||
|
||||
for f in doc/man/*.1; do
|
||||
vman $f
|
||||
done
|
||||
}
|
Loading…
Reference in a new issue