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 ${makedepen...@]}; do
                        echo $j
                done
        fi
done

-- 

Pierre Schmitz


Clemens-August-Straße 76
53115 Bonn

Telefon         0228 9716608
Mobil           0160 95269831
Jabber          pie...@jabber.archlinux.de
WWW             http://www.archlinux.de
_______________________________________________
pacman-dev mailing list
pacman-dev@archlinux.org
http://www.archlinux.org/mailman/listinfo/pacman-dev

Reply via email to