summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e45d6752bda4ca99d38bbe98974d1a5dde9a9d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 194152 2016-10-31 13:48:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Berkus <berkus@madfire.net>

pkgname=synce-mcfs
pkgver=0.1.1
pkgrel=9
pkgdesc="Midnight Commander VFS for SynCE"
arch=(any)
url="http://synce.sourceforge.net/"
license=("GPL")
depends=('synce-core' 'perl')
#source=(http://downloads.sourceforge.net/sourceforge/synce/$pkgname.tar.gz)
source=(synce)
md5sums=('4837a8a0093713509bc6769089c1c402')

package() {
  cd "$srcdir"
  mkdir -p "$pkgdir"/usr/lib/mc/extfs.d || true
  cp "$srcdir"/synce "$pkgdir"/usr/lib/mc/extfs.d
}