forked from ports/contrib
twinkle: initial commit
This commit is contained in:
parent
6ddae12615
commit
8aef7564bc
14
twinkle/.footprint
Normal file
14
twinkle/.footprint
Normal file
@ -0,0 +1,14 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/twinkle
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
drwxr-xr-x root/root usr/share/applications/kde/
|
||||
-rw-r--r-- root/root usr/share/applications/kde/twinkle.desktop
|
||||
drwxr-xr-x root/root usr/share/twinkle/
|
||||
-rw-r--r-- root/root usr/share/twinkle/providers.csv
|
||||
-rw-r--r-- root/root usr/share/twinkle/ringback.wav
|
||||
-rw-r--r-- root/root usr/share/twinkle/ringtone.wav
|
||||
-rw-r--r-- root/root usr/share/twinkle/twinkle16.png
|
||||
-rw-r--r-- root/root usr/share/twinkle/twinkle32.png
|
||||
-rw-r--r-- root/root usr/share/twinkle/twinkle48.png
|
2
twinkle/.md5sum
Normal file
2
twinkle/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
74ef85e9f4570cec10bd23d301f5549e twinkle-0.9.tar.gz
|
||||
3685abfc970a769cd344c5b8f1df9be5 twinkle.desktop
|
21
twinkle/Pkgfile
Normal file
21
twinkle/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# $Id: $
|
||||
# Description: SIP softphone for Linux
|
||||
# URL: http://www.twinklephone.com/
|
||||
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
||||
# Depends on: kdelibs, libsndfile, speex, commoncpp2, ccrtp, libzrtcpp, ilbc, boost
|
||||
|
||||
name=twinkle
|
||||
version=0.9
|
||||
release=2
|
||||
source=(http://www.xs4all.nl/%7Emfnboer/twinkle/download/$name-$version.tar.gz twinkle.desktop)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
QTDIR=/usr
|
||||
export QTDIR
|
||||
./configure --prefix=/usr --with-qt-dir=/usr --with-qt-includes=/usr/include/qt
|
||||
echo "INCLUDEPATH += /usr/include/qt" >> qtccxxincl.pro
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -m 644 -D ../twinkle.desktop $PKG/usr/share/applications/kde/twinkle.desktop
|
||||
}
|
11
twinkle/twinkle.desktop
Normal file
11
twinkle/twinkle.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Comment=Voice Over IP Communications
|
||||
Exec=twinkle
|
||||
Icon=/usr/share/twinkle/twinkle48.png
|
||||
X-KDE-StartupNotify=true
|
||||
Type=Application
|
||||
Name=Twinkle
|
||||
GenericName=Internet Soft Phone
|
||||
GenericName[es]=Teléfono en Internet
|
||||
Categories=Qt;KDE;Internet
|
Loading…
x
Reference in New Issue
Block a user