Browse Source

* added basic package selection framework

master
Nagy Karoly Gabriel 17 years ago
parent
commit
a479ae38f5
2 changed files with 16 additions and 0 deletions
  1. +1
    -0
      config.in
  2. +15
    -0
      pkgsel.in

+ 1
- 0
config.in

@ -0,0 +1 @@
#Description: Kawiri, FVWM based desktop

+ 15
- 0
pkgsel.in

@ -0,0 +1,15 @@
# generate pkgsel.awk file
#
if [ ! -s $cfgtmpdir/$target.pkgsel.awk ]; then
cat <<-EOT > $cfgtmpdir/$target.pkgsel.awk
# Generated for target/$target/pkgsel.d/*.all
#
EOT
lib/sde-config/pkgsel2awk.sh $( ls -1d target/$target/pkgsel.d/*.all ) \
>> $cfgtmpdir/$target.pkgsel.awk
fi
pkgfilter awk -f $cfgtmpdir/$target.pkgsel.awk

Loading…
Cancel
Save