mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ISOEnts: drop noarch
This commit is contained in:
parent
68fdeb052f
commit
ea17c2c65f
1 changed files with 5 additions and 9 deletions
|
@ -1,23 +1,19 @@
|
||||||
# Template file for 'ISOEnts'
|
# Template file for 'ISOEnts'
|
||||||
pkgname=ISOEnts
|
pkgname=ISOEnts
|
||||||
version=1986
|
version=1986
|
||||||
revision=4
|
revision=5
|
||||||
archs=noarch
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="unzip bsdtar"
|
|
||||||
depends="xmlcatmgr"
|
depends="xmlcatmgr"
|
||||||
short_desc="Character entity sets from ISO 8879:1986 (SGML)"
|
short_desc="Character entity sets from ISO 8879:1986 (SGML)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Public domain"
|
license="Public Domain"
|
||||||
homepage="http://www.oasis-open.org"
|
homepage="http://www.oasis-open.org"
|
||||||
distfiles="http://www.oasis-open.org/cover/${pkgname}.zip"
|
distfiles="http://www.oasis-open.org/cover/${pkgname}.zip"
|
||||||
checksum=dce4359a3996ed2fd33ad5eaa11a9bcfc24b5b06992e24295132b06db19a99b2
|
checksum=dce4359a3996ed2fd33ad5eaa11a9bcfc24b5b06992e24295132b06db19a99b2
|
||||||
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
|
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local dir=${DESTDIR}/usr/share/sgml/iso8879
|
vmkdir usr/share/sgml/iso8879
|
||||||
|
vcopy "*" usr/share/sgml/iso8879
|
||||||
install -d ${dir}
|
vinstall ${FILESDIR}/catalog 644 usr/share/sgml/iso8879
|
||||||
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}.zip -C ${dir}
|
|
||||||
install -m644 ${FILESDIR}/catalog ${dir}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue