Package: kdirstat Version: 2.4.4 Revision: 1 Description: Graphical disk usage utility License: GPL/LGPL Homepage: http://kdirstat.sourceforge.net/ Maintainer: Dave Vasilevsky DescDetail: << KDirStat is a graphical disk usage utility, very much like the Unix "du" command. In addition to that, it comes with some cleanup facilities to reclaim disk space. << DescPort: << - Added some file types that are likely to be seen on Macs. - Use real on-disk usage instead of file syze in bytes, when optimized local scan is on. This includes resource forks and xattrs. << DocFiles: AUTHORS COPYING* CREDITS ChangeLog INSTALL README TODO Source: http://kdirstat.sourceforge.net/download/%n-%v.tar.bz2 Source-MD5: 6eb948021d63fc44966d5a29a2f35d9a Depends: kdebase3-unified (>= 3.4.3-1021), libpng14-shlibs, qt3 (>= 3.3.5-1026) BuildDepends: arts-dev (>= 1.4.3-1021), autoconf2.6, automake1.11, fink (>= 0.24.12-1), freetype219, kdelibs3-unified-dev (>= 3.4.3-1021), libart2, libidn, libpng14, qt3 (>= 3.3.5-1026), x11-dev, libgettext8-dev, gettext-tools, libiconv-dev BuildConflicts: unsermake GCC: 4.0 CustomMirror: << Primary: http://ranger.users.finkproject.org/distfiles eur-NL: http://ranger.users.finkproject.org/distfiles nam-US: http://ranger.befunk.com/fink nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink nam-CA: http://www.southofheaven.net/befunk << Source2: mirror:custom:kde-admindir/kde-admindir-29cde0f.tar.bz2 Source2ExtractDir: %n-%v Source2-MD5: 40e5462e2d292c468358f8d001594519 PatchFile: %n.patch PatchFile-MD5: e263f44e60294e390d49d6154a6fe198 PatchScript: << sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1 perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g' admin/*.* echo "KDE_ENABLE_HIDDEN_VISIBILITY" >> configure.in.in << NoSetCPPFLAGS: true NoSetLDFLAGS: true ConfigureParams: --with-distribution='Fink/Mac OS X' CompileScript: << #!/bin/sh -ev export HOME=/tmp export PREFIX="%p" . ./environment-helper.sh export lt_cv_sys_max_cmd_len=65536 echo $CONFIGURE_PARAMS ./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs ./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS ./build-helper.sh make %N %v %r make all all_libraries="$ALL_LIBRARIES" << InstallScript: << #!/bin/sh -ev export PREFIX="%p" . ./environment-helper.sh ./build-helper.sh install %N %v %r make -j1 install DESTDIR=%d mkdir -p %i/share/doc/installed-packages touch %i/share/doc/installed-packages/%N <<