contrib/html-xml-utils/Pkgfile
2016-11-08 17:26:10 +09:00

22 lines
425 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.1
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
}