Magellan Linux

Contents of /smage/branches/alx-0_9_0/python/alx/python.custom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1271 - (show annotations) (download)
Tue Dec 29 12:48:37 2009 UTC (14 years, 5 months ago) by niro
File size: 330 byte(s)
renamed branch_0.9.0 to alx-0_9_0
1 # $Header: /alx-cvs/smage-eglibc/python/alx/python.custom,v 1.1 2008/08/24 13:23:16 niro Exp $
2
3 # -dev only package
4 ALX_PKGTYPE="only-alx-dev"
5
6 # fix dependencies
7 DEPEND=$(echo "${DEPEND}" | sed '/dev-libs\/openssl/d')
8 DEPEND=$(echo "${DEPEND}" | sed '/sys-libs\/readline/d')
9 SDEPEND=$(echo "${SDEPEND}" | sed '/sys-apps\/sed/d')