~ubuntu-branches/ubuntu/hardy/bcfg2/hardy-updates

« back to all changes in this revision

Viewing changes to encap/src/encap-profiles/bcfg2-python-apt-0.6.16.2ubuntu8.ep

  • Committer: Bazaar Package Importer
  • Author(s): Sami Haahtinen
  • Date: 2006-11-16 22:39:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061116223916-8dtn3t86cz58vg2x
Tags: 0.8.6.1-1
* New Upstream Release
* Replaced faulty if clause in bcfg2.postrm (Closes: #398772)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
 
3
 
<!-- $Id: bcfg2-python-apt-0.6.16.2ubuntu8.ep 2103 2006-08-24 03:21:17Z dclark $ -->
 
3
<!-- $Id: bcfg2-python-apt-0.6.16.2ubuntu8.ep 2452 2006-10-23 14:45:04Z dclark $ -->
4
4
 
5
5
<encap_profile
6
6
        profile_ver="1.0"
8
8
>
9
9
 
10
10
<prereq package="m4-1.4.4" />
11
 
<prereq package="bcfg2-python-2.4.3" />
 
11
<prereq package="bcfg2-python-2.4.4" />
12
12
 
13
13
<environment
14
14
        variable="CC"
15
 
        value="gcc"
 
15
        value="gcc -static-libgcc"
16
16
        type="set"
17
17
/>
18
18
 
38
38
<environment
39
39
        variable="LDFLAGS"
40
40
PLATFORM_IF_MATCH(linux)
41
 
        value="-L/usr/local/lib/bcfg2/lib -Wl,-rpath,/usr/local/lib/bcfg2/lib"
 
41
        value="-L/usr/local/lib/bcfg2/lib -Wl,-rpath,/usr/local/lib/bcfg2/lib -YP,/usr/local/lib/bcfg2/lib:/usr/lib:/lib"
42
42
PLATFORM_ELSE_IF_MATCH(aix)
43
43
        value="-L/usr/local/lib/bcfg2/lib -Wl,-blibpath:/usr/local/lib/bcfg2/lib:/usr/lib"
44
44
PLATFORM_ELSE_IF_MATCH(solaris)
55
55
/>
56
56
 
57
57
<source
58
 
url="http://www.pobox.com/users/dclark/mirror/python-apt/python-apt_0.6.16.2ubuntu8.tar.gz
 
58
url="ftp://encapsrcdist/mirror/python-apt/python-apt_0.6.16.2ubuntu8.tar.gz
 
59
     http://www.pobox.com/users/dclark/mirror/python-apt/python-apt_0.6.16.2ubuntu8.tar.gz
59
60
     http://archive.ubuntu.com/ubuntu/pool/main/p/python-apt/python-apt_0.6.16.2ubuntu8.tar.gz"
60
61
subdir="python-apt-0.6.16.2ubuntu8"
61
62
>