diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2012-10-05 14:52:27 -0400 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2012-10-05 14:52:27 -0400 |
commit | 0dd10a56815997f41b510880d97b9aaf95f0c831 (patch) | |
tree | 31b903a2210d4e7cbda5dcc6f9fcfc910192da9f /testing | |
parent | 7fa17b0afadd130e1708697ba43a05cdcf8b51a4 (diff) | |
download | aports-0dd10a56815997f41b510880d97b9aaf95f0c831.tar.bz2 aports-0dd10a56815997f41b510880d97b9aaf95f0c831.tar.xz |
testing/py-twisted-mail: new aport
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-twisted-mail/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/py-twisted-mail/APKBUILD b/testing/py-twisted-mail/APKBUILD new file mode 100644 index 0000000000..43cfc399bd --- /dev/null +++ b/testing/py-twisted-mail/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Jeff Bilyk <jbilyk@alpinelinux.org> +# Maintainer: + +pkgname=py-twisted-mail +_pkgname=TwistedMail +pkgver=12.0.0 +pkgrel=0 +pkgdesc="Python Twisted Mail library" +url="http://twistedmatrix.com/trac/wiki/TwistedMail" +arch="noarch" +license="MIT" +depends="py-twisted" +makedepends="python-dev" +source="http://twistedmatrix.com/Releases/Mail/12.0/$_pkgname-$pkgver.tar.bz2" + +build() { + cd "$srcdir"/$_pkgname-$pkgver/ + python setup.py install --prefix=/usr --root="$pkgdir" || return 1 + +} + +md5sums="7c01bd6fecf5db26c241aa1c76d6567d TwistedMail-12.0.0.tar.bz2" |