Reply
Thread Tools
Posts: 4 | Thanked: 1 time | Joined on May 2011
#1
Hi everyone,

Sorry for my bad english, i'm french student
I've already develop application, but i didn't build the debian packaging because i don't know how make it.
You can check the french post, there : http://forum.maemofrance.fr/viewtopic.php?f=65&t=2516

I've already done this :
Package: PYF
Version: 0.208
Section: multimedia
Priority: optional
Architecture: armel
Depends: gst-plugins-good0.10, gstreamer-tools
Maintainer: Douaille Erwan (Wawan60@gmail.com)
Description: PYF - Pict your face , take snapshot with N900's webcam
#!/bin/sh
INSTALL_DIR="usr/share/PYF"
MAN_DIR="usr/share/man/PYF"
BIN_DIR="usr/bin"
APP_DIR="usr/share/applications"
LOC_DIR="usr/share/locale"
ICO_DIR="usr/share/pixmaps"
VERSION=`cat control-install | grep "Version" | sed 's/Version: //'`
mkdir -p PYF
mkdir -p PYF/DEBIAN
cp control-install PYF/DEBIAN/control

mkdir -p PYF/$ICO_DIR
cp pix/pyf.png PYF/$ICO_DIR
mkdir -p PYF/$APP_DIR
cp PYF.desktop PYF/$APP_DIR
mkdir -p PYF/$BIN_DIR
cp PYF.py PYF/$BIN_DIR"/PYF"
dpkg-deb --build PYF PYF-$VERSION"_armel.deb"
rm -rf PYF
I don't know how make desktop's icons, and i don't know if this scirpt work.

There is only one file, and one picture.

You can find the .py for test on the link than i give you.

Thanks for help
 
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#2
I use PyPackager by Khertan be sure to read the "PyPackager HowTo" excellent tool if i may add.
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Posts: 4 | Thanked: 1 time | Joined on May 2011
#3
thanks for the quickly answer

I read manual, and i tell you what does i do !

Thanks !
 
Reply

Tags
google transl8, is your friend

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:45.