diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/kde4-kio-rapip/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/kde4-kio-rapip/PKGBUILD')
-rw-r--r-- | community/kde4-kio-rapip/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/kde4-kio-rapip/PKGBUILD b/community/kde4-kio-rapip/PKGBUILD deleted file mode 100644 index d014800a4..000000000 --- a/community/kde4-kio-rapip/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 65608 2012-02-21 09:35:03Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: ReNoM <renom@list.ru> - -pkgname=kde4-kio-rapip -pkgver=0.2 -pkgrel=2 -pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure" -arch=(i686 x86_64) -url="http://synce.sourceforge.net/" -license="MIT" -depends=('kdelibs' 'synce-libsynce' 'synce-librapi') -makedepends=('gcc' 'cmake' 'automoc4') -install=kde4-kio-rapip.install -source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz) -md5sums=('94473e10e1b4dd6040c646a8c7421d0c') - -build() { - cd "$srcdir/$pkgname-$pkgver" - cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` . - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR=$pkgdir install - install -Dm0644 LICENSE $pkgdir/usr/share/licenses/kde4-kio-rapip/LICENSE -} |