contrib/python-markdown/Pkgfile
2008-09-02 22:47:14 +10:00

15 lines
369 B
Plaintext

# Description: Python implementation of markdown
# URL: http://www.freewisdom.org/projects/python-markdown/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Depends on: python
name=python-markdown
version=1.7
release=1
source=(http://dl.sf.net/sourceforge/$name/markdown-$version.tar.gz)
build() {
cd markdown-$version
python setup.py install --root=$PKG
}