summaryrefslogtreecommitdiffstats
path: root/kapptemplate/appframework/app.lsm
blob: bf4d32fb7c1be5cc2693e1a1f61a61e0457bea9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
echo "Creating $LOCATION_ROOT/$APP_NAME_LC.lsm...";
cat << EOF > $LOCATION_ROOT/$APP_NAME_LC.lsm
Begin4
Title:          $APP_NAME -- Some description
Version:        $APP_VERSION
Entered-date:   YYYY-MM-DD
Description:    
Keywords:       KDE3 Qt
Author:         $AUTHOR <$EMAIL>
Maintained-by:  $AUTHOR <$EMAIL>
Home-page:      
Alternate-site: 
Primary-site:   ftp://ftp.kde.org/pub/kde/unstable/apps/utils
                xxxxxx  $APP_NAME_LC-$APP_VERSION.tar.gz
                xxx     $APP_NAME_LC-$APP_VERSION.lsm
Platform:       Linux. Needs KDE 2.x
Copying-policy: GPL
End