![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 86f14846af6d2bc3bec61103a8ac9a2f16c5511b Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:21:25 2006 +0000 kphone: moved to attic diff --git a/kphone/.footprint b/kphone/.footprint deleted file mode 100644 index ea22413..0000000 --- a/kphone/.footprint +++ /dev/null @@ -1,27 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/kphone -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/apps/ -drwxr-xr-x root/root usr/share/apps/kphone/ -drwxr-xr-x root/root usr/share/apps/kphone/icons/ --rw-r--r-- root/root usr/share/apps/kphone/icons/dial.png --rw-r--r-- root/root usr/share/apps/kphone/icons/enter.png --rw-r--r-- root/root usr/share/apps/kphone/icons/hangup.png --rw-r--r-- root/root usr/share/apps/kphone/icons/large-kphone.png --rw-r--r-- root/root usr/share/apps/kphone/icons/lo-kphone.png --rw-r--r-- root/root usr/share/apps/kphone/icons/mini-kphone.png --rw-r--r-- root/root usr/share/apps/kphone/icons/offline.png --rw-r--r-- root/root usr/share/apps/kphone/icons/online.png --rw-r--r-- root/root usr/share/apps/kphone/icons/phonebook.png --rw-r--r-- root/root usr/share/apps/kphone/icons/videocall.png -drwxr-xr-x root/root usr/share/kphone/ -drwxr-xr-x root/root usr/share/kphone/translations/ --rw-r--r-- root/root usr/share/kphone/translations/kphone_de.qm --rw-r--r-- root/root usr/share/kphone/translations/kphone_es_ES.qm --rw-r--r-- root/root usr/share/kphone/translations/kphone_fi.qm --rw-r--r-- root/root usr/share/kphone/translations/kphone_fr.qm --rw-r--r-- root/root usr/share/kphone/translations/kphone_hu.qm --rw-r--r-- root/root usr/share/kphone/translations/kphone_pl_PL.qm --rw-r--r-- root/root usr/share/kphone/translations/kphone_pt_BR.qm --rw-r--r-- root/root usr/share/kphone/translations/kphone_sv.qm diff --git a/kphone/.md5sum b/kphone/.md5sum deleted file mode 100644 index df17601..0000000 --- a/kphone/.md5sum +++ /dev/null @@ -1 +0,0 @@ -632abebc16d4f40bf03d191892e00e22 kphone-4.2.tar.gz diff --git a/kphone/Pkgfile b/kphone/Pkgfile deleted file mode 100644 index 43059d6..0000000 --- a/kphone/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: a QT SIP user agent (VOIP) -# URL: http://www.wirlab.net/kphone -# Maintainer: -# Packager: -# Depends on: qt3, openssl - -name=kphone -version=4.2 -release=1 -source=(http://www.wirlab.net/kphone/kphone-$version.tar.gz) - -build() { - cd $name - ./configure --prefix=/usr - make - make prefix=$PKG/usr install - rm -rf $PKG/usr/share/doc - rm -rf $PKG/usr/share/locale - rm -rf $PKG/usr/share/apps/kphone/translations/ -}