Package: barcode Version: 0.98 Revision: 1 Description: Barcode generation library and CLI front-end DescDetail: << Generates the barcode equivalent for a given string. Options allow control over encoding method (supports most major encodings), barcode geometry, output type (PostScript/EPS/PCL), toggle of English-string equivalent. << DescUsage: Read the manpages, or 'barcode --help' to get started DescPort: << Only a static libary is built (seems to be true on any platform). Makefile.in is broken (builds all paths from $prefix, ignoring any special --*dir=DIR passed to configure). << Homepage: http://ar.linux.it/software/#barcode License: GPL Maintainer: Daniel Macks BuildDepends: libgnugetopt Depends: libgnugetopt-shlibs #Source: ftp://ftp.linux.it/pub/People/rubini/barcode/%n-%v.tar.gz Source: mirror:gnu:%n/%n-%v.tar.gz Source-MD5: 7f10c3307b84a19a4ab2fa4b3f2974da PatchScript: << mv Makefile.in Makefile.in.old sed -e 's#$(prefix)/man#@mandir@#' -e 's#$(prefix)/info#@infodir@#' < Makefile.in.old > Makefile.in << SetCPPFLAGS: -I%p/include/gnugetopt ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' DocFiles: README INSTALL COPYING ChangeLog TODO InfoDocs: barcode.info