[pacman-dev] [PATCH] add makedepends to package and database
Pierre Schmitz
pierre at archlinux.de
Sun Jun 14 05:17:50 EDT 2009
On Sunday 14 June 2009 10:47:38 Pierre Schmitz wrote:
> But here I wonder if such a few bytes more really matter.
To add some facts here. I checked the overhead of adding makedepends to all
packages in core, extra, community and testing, The uncompressed overall size
is 7,9KB and gip compressed about 1,6KB.
Here the little script:
#!/bin/bash
for i in $(find /var/abs/ -name PKGBUILD); do
unset makedepends
. $i
if [ "$makedepends" != "" ]; then
echo 'MAKEDEPENDS'
for j in ${makedepends[@]}; do
echo $j
done
fi
done
--
Pierre Schmitz
Clemens-August-Straße 76
53115 Bonn
Telefon 0228 9716608
Mobil 0160 95269831
Jabber pierre at jabber.archlinux.de
WWW http://www.archlinux.de
More information about the pacman-dev
mailing list