# Description: Small collection of fortune cookies # URL: NONE # Maintainer: Vincenzo Colosimo, vico at bicisport dot de # Depends on: fortune name=fortune-collection version=1.0 release=3 source=(http://home.nyc.rr.com/computertaijutsu/buffy \ http://old.kernelnewbies.org/kernelnewbies-fortunes.tar.gz \ http://www.splitbrain.org/_media/projects/fortunes/fortune-xfiles.tgz) build() { mkdir -p $PKG/usr/share/games/fortunes cp buffy \ kernelnewbies \ fortune-xfiles/xfiles \ $PKG/usr/share/games/fortunes chmod 644 $PKG/usr/share/games/fortunes/* }