ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/util/mkdebpkgs
Revision: 1.3
Committed: Tue Feb 6 01:53:35 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_2, rel-2_0, rel-2_1, HEAD
Changes since 1.2: +2 -1 lines
Log Message:
forgot.. anyevent

File Contents

# Content
1 #!/bin/sh
2
3 # Script to make Debian packages for CFPlus and its dependencies.
4 # You obviously need dh-make-perl and perl to build these.
5 # libevent-perl needs to be the newest version from CPAN which is why
6 # I added it to the build list.
7 # The following packages are needed to be able to build CFPlus:
8 # - libsdl-image1.2-dev
9 # - libsdl-mixer1.2-dev
10 # - libglib1.2-dev
11 # - libpango1.0-dev
12 # - debhelper
13
14 dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Event
15 dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl,libevent-perl --cpan AnyEvent
16 dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Compress::LZF
17 dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Pod::POM
18 dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl --cpan Crossfire
19 dh-make-perl --cpan-mirror http://cpan.univ-paris.com --build --notest --depends perl,libpod-pom-perl,libanyevent-perl,libcompress-lzf-perl,libcrossfire-perl,libberkeleydb-perl,libyaml-syck-perl,libevent-perl,libsdl-image1.2,libsdl-mixer1.2 --bdepends libsdl-image1.2-dev,libsdl-mixer1.2-dev,libglib2.0-dev,libpango1.0-dev,debhelper --requiredeps --cpan CFPlus