Add builder-* files

This commit is contained in:
DT Netsolution GmbH 2012-01-27 09:03:34 +01:00
parent 39711c3edd
commit 002b5bc61b
2 changed files with 27 additions and 0 deletions

23
builder-product.cfg Normal file
View File

@ -0,0 +1,23 @@
############################
# Setup product information
############################
PN="notepadpp"
VERSION="5.9.8"
RELEASE="4"
PRIORITY="0"
ADVICE=""
TYPE="public"
# Status integration, testing, release
STATUS="review"
ICON_FILE_INDEX=0
FILE[0]="notepad.png"
SOURCE[0]="http://www.haririalghazir.com/wp-content/uploads/2011/03/notepad.png"
WINST[0]=IconFile
FILE[1]="npp.${VERSION}.Installer.exe"
SOURCE[1]="http://download.tuxfamily.org/notepadplus/${VERSION}/npp.${VERSION}.Installer.exe"
ARCH[1]="X86"
WINST[1]="InstallerExe"

4
builder-targets-cb.sh Normal file
View File

@ -0,0 +1,4 @@
function cleanup() {
echo "Cleanup: output_dir: $output_dir"
# builder_cleanup
}