mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
ISOEnts: unbreak and rebuild.
This commit is contained in:
parent
5b9e395750
commit
7f0c577b70
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'ISOEnts'
|
# Template file for 'ISOEnts'
|
||||||
pkgname=ISOEnts
|
pkgname=ISOEnts
|
||||||
version=1986
|
version=1986
|
||||||
revision=2
|
revision=3
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="unzip bsdtar"
|
hostmakedepends="unzip bsdtar"
|
||||||
makedepends="xmlcatmgr"
|
|
||||||
depends="xmlcatmgr"
|
depends="xmlcatmgr"
|
||||||
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
|
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
|
||||||
short_desc="Character entity sets from ISO 8879:1986 (SGML)"
|
short_desc="Character entity sets from ISO 8879:1986 (SGML)"
|
||||||
|
@ -19,6 +18,6 @@ do_install() {
|
||||||
local dir=${DESTDIR}/usr/share/sgml/iso8879
|
local dir=${DESTDIR}/usr/share/sgml/iso8879
|
||||||
|
|
||||||
install -d ${dir}
|
install -d ${dir}
|
||||||
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}.zip -C ${dir}
|
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}.zip -C ${dir}
|
||||||
install -m644 ${FILESDIR}/catalog ${dir}
|
install -m644 ${FILESDIR}/catalog ${dir}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue