18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
# Description: meld3 is an HTML/XML templating engine.
|
|
# URL: https://github.com/supervisor/meld3
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
|
#
|
|
# Depends on: python
|
|
|
|
name=meld3
|
|
version=1.0.0
|
|
release=2
|
|
source=(https://pypi.python.org/packages/source/m/$name/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
# Build/Package
|
|
/usr/bin/python setup.py install -O1 --prefix=/usr --root=$PKG
|
|
}
|