contrib/html-xml-utils/Pkgfile

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