contrib/html-xml-utils/Pkgfile

22 lines
424 B
Plaintext

# 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
# Depends on:
name=html-xml-utils
version=7.8
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
}