2006-11-20 07:26:53 +10:00
|
|
|
# Description: Theme pack for qingy.
|
|
|
|
# URL: http://qingy.sourceforge.net
|
2007-01-20 12:21:06 +10:00
|
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
2006-11-20 07:26:53 +10:00
|
|
|
# Packager: Johannes Winkelmann, jw@tks6.net
|
|
|
|
#
|
|
|
|
# Depends on: qingy
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
name=qingy-themepack
|
|
|
|
version=1.0
|
|
|
|
release=1
|
|
|
|
source=(http://dl.sourceforge.net/sourceforge/qingy/qingy_0.3_themepack_$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
2006-11-20 07:26:53 +10:00
|
|
|
cd qingy_0.3_themepack_$version
|
|
|
|
mkdir -p $PKG/usr/share/qingy/themes
|
|
|
|
cp -r * $PKG/usr/share/qingy/themes
|
|
|
|
rm $PKG/usr/share/qingy/themes/README
|
|
|
|
chown -R root:root $PKG
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|