summaryrefslogtreecommitdiffstats
path: root/base/qingy/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/qingy/Pkgfile')
-rw-r--r--base/qingy/Pkgfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/base/qingy/Pkgfile b/base/qingy/Pkgfile
index 86f3f6692..f9d3bf1e5 100644
--- a/base/qingy/Pkgfile
+++ b/base/qingy/Pkgfile
@@ -7,7 +7,7 @@ name=qingy
version=0.9.9
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2\
- nutyx-attapu.jpg theme)
+ nutyx-attapu.jpg theme ChatIrssi NaviLinks MidnightCommander)
build() {
cd $name-$version
./configure --prefix=/usr \
@@ -28,4 +28,9 @@ build() {
cp ../nutyx-attapu.jpg $PKG/usr/share/qingy/themes/default/background.jpg
echo "root Soyez prudent, vous avez tous les droits..." >\
$PKG/etc/qingy/welcomes
+ for i in ChatIrssi NaviLinks MidnightCommander
+ do
+ install -m755 ../$i \
+ $PKG/etc/qingy/sessions/$i
+ done
}