contrib/html-xml-utils/Pkgfile

22 lines
424 B
Plaintext
Raw Normal View History

2016-11-08 09:26:10 +01:00
# Description: Utilities for manipulating HTML and XML files
# URL: https://www.w3.org/Tools/HTML-XML-utils/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
2020-06-08 21:13:03 +02:00
# Depends on:
2016-11-08 09:26:10 +01:00
name=html-xml-utils
2020-08-08 19:31:44 +02:00
version=7.9
2016-11-08 09:26:10 +01:00
release=1
source=(https://www.w3.org/Tools/HTML-XML-utils/$name-$version.tar.gz)
build () {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}