mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
extra/python: added support for bzip in tarfile
also reject to build if gettext is installed
This commit is contained in:
parent
f7b90ae078
commit
a52da162da
@ -1,13 +1,13 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=python
|
||||
pkgver=2.6.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A high-level scripting language"
|
||||
url="http://www.python.org"
|
||||
license="custom"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
depends="db expat openssl zlib ncurses"
|
||||
makedepends="db-dev expat-dev openssl-dev zlib-dev ncurses-dev"
|
||||
depends="db expat openssl zlib ncurses uclibc"
|
||||
makedepends="db-dev expat-dev openssl-dev zlib-dev ncurses-dev bzip2-dev !gettext"
|
||||
source="http://www.$pkgname.org/ftp/$pkgname/$pkgver/Python-$pkgver.tar.bz2
|
||||
$pkgname-2.6-internal-expat.patch
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user