Package: proguard Version: 1.7.2 Revision: 1 Description: Free Java class file shrinker and obfuscator License: GPL Maintainer: Rohan Lloyd Depends: Source: mirror:sourceforge:%n/%n%v.tar.gz Source-MD5: 97a764b7627ad73ece36a9a41df255fb PatchScript: << sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1 << CompileScript: echo "Nothing to do for compile" InstallScript:<< install -m 755 -d %i/bin install -m 755 bin/* %i/bin install -m 755 -d %i/share/java/%n install -m 644 lib/*.jar %i/share/java/%n install -m 755 -d %i/share/doc/%n cp -pR docs %i/share/doc/%n cp -pR examples %i/share/doc/%n << DocFiles: README Homepage: http://proguard.sourceforge.net/ DescDetail:<< ProGuard is a free Java class file shrinker and obfuscator. It can detect and remove unused classes, fields, methods, and attributes. It can then rename the remaining classes, fields, and methods using short meaningless names. The resulting jars are smaller and harder to reverse-engineer. <<