mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name sword-devotional-sme
|
|
version 1.7
|
|
revision 1
|
|
categories textproc
|
|
license public-domain
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description C. H. Spurgeon's Morning and Evening: Daily Readins
|
|
long_description MORNING & EVENING: DAILY READINGS by Charles \
|
|
Spurgeon. This material was scanned from the printed \
|
|
edition published by Hendrickson. The scanned \
|
|
material was cleaned and formated by Ernie Stefanik, \
|
|
Derry PA.
|
|
distname SME
|
|
homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=${distname}
|
|
master_sites http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/
|
|
# Stealth update
|
|
dist_subdir sword/${distname}-${version}_1
|
|
use_zip yes
|
|
checksums rmd160 5302f6c6421f5e3eac6c1ba1b410022f8e46a053 \
|
|
sha256 05dbf239295bd39ffd48713d2255a38d5219e70c77d32f129a0c2d969d55174c
|
|
depends_lib lib:libsword:sword
|
|
use_configure no
|
|
build {}
|
|
destroot {
|
|
xinstall -d -m 0755 ${destroot}${prefix}/share/sword
|
|
system "cp -R ${workpath}/mods.d ${destroot}${prefix}/share/sword"
|
|
system "cp -R ${workpath}/modules ${destroot}${prefix}/share/sword"
|
|
}
|