~ubuntu-branches/ubuntu/natty/zziplib/natty

« back to all changes in this revision

Viewing changes to zzip/zziplib.pc

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-03-23 21:13:57 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090323211357-6j35t8532ie9wlxf
Tags: 0.13.50-1
* New upstream version 
  - Update 01-fetch.patch
* debhelper compat version is 7
* Standards version is 3.8.1
* Run dh_prep instead of dh_clean -k
* Add debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
exec_prefix=${prefix}
4
4
bindir=${exec_prefix}/bin
5
5
libdir=${exec_prefix}/lib
 
6
datarootdir=${prefix}/share
6
7
datadir=${datarootdir}
7
8
sysconfdir=${prefix}/etc
8
9
includedir=${prefix}/include
11
12
 
12
13
Name: zziplib
13
14
Description: ZZipLib - libZ-based ZIP-access Library
14
 
Version: 0.13.49
 
15
Version: 0.13.50
15
16
Requires: zzip-zlib-config
16
17
Libs: -L${libdir}  -lzzip
17
18
Cflags: -I${includedir}