ISOEnts: remove long_desc.
This commit is contained in:
parent
076ca783fc
commit
47d791aeb4
1 changed files with 6 additions and 31 deletions
|
@ -1,36 +1,19 @@
|
||||||
# Template file for 'ISOEnts'
|
# Template file for 'ISOEnts'
|
||||||
pkgname=ISOEnts
|
pkgname=ISOEnts
|
||||||
version=1986
|
version=1986
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="unzip bsdtar xmlcatmgr"
|
noarch=yes
|
||||||
|
hostmakedepends="unzip bsdtar"
|
||||||
|
makedepends="xmlcatmgr"
|
||||||
|
depends="xmlcatmgr"
|
||||||
|
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)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.oasis-open.org"
|
homepage="http://www.oasis-open.org"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
distfiles="http://www.oasis-open.org/cover/${pkgname}.zip"
|
distfiles="http://www.oasis-open.org/cover/${pkgname}.zip"
|
||||||
checksum=dce4359a3996ed2fd33ad5eaa11a9bcfc24b5b06992e24295132b06db19a99b2
|
checksum=dce4359a3996ed2fd33ad5eaa11a9bcfc24b5b06992e24295132b06db19a99b2
|
||||||
long_desc="
|
|
||||||
Nineteen ISO 8879:1986 character entity sets used by many DTDs:
|
|
||||||
|
|
||||||
Added Latin 1
|
|
||||||
Added Latin 2
|
|
||||||
Added Math Symbols: Arrow Relations
|
|
||||||
Added Math Symbols: Binary Operators
|
|
||||||
Added Math Symbols: Delimiters
|
|
||||||
Added Math Symbols: Negated Relations
|
|
||||||
Added Math Symbols: Ordinary
|
|
||||||
Added Math Symbols: Relations, Box and Line Drawing
|
|
||||||
Alternative Greek Symbols
|
|
||||||
Diacritical Marks
|
|
||||||
General Technical
|
|
||||||
Greek Letters
|
|
||||||
Greek Symbols
|
|
||||||
Monotoniko Greek
|
|
||||||
Non-Russian Cyrillic
|
|
||||||
Numeric and Special Graphic
|
|
||||||
Publishing
|
|
||||||
Russian Cyrillic"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local dir=${DESTDIR}/usr/share/sgml/iso8879
|
local dir=${DESTDIR}/usr/share/sgml/iso8879
|
||||||
|
@ -39,11 +22,3 @@ do_install() {
|
||||||
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}.zip -C ${dir}
|
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}.zip -C ${dir}
|
||||||
install -m644 ${FILESDIR}/catalog ${dir}
|
install -m644 ${FILESDIR}/catalog ${dir}
|
||||||
}
|
}
|
||||||
|
|
||||||
ISOEnts_package() {
|
|
||||||
noarch="yes"
|
|
||||||
sgml_entries="CATALOG /usr/share/sgml/iso8879/catalog --"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue