f8fd055673
Closes: #13082 [via git-merge-pr]
26 lines
791 B
Bash
26 lines
791 B
Bash
# Template file for 'dropbox'
|
|
pkgname=dropbox
|
|
version=2015.10.28
|
|
revision=3
|
|
_fullname="nautilus-dropbox"
|
|
hostmakedepends="pkg-config pygtk python-docutils"
|
|
makedepends="nautilus-devel pygtk-devel"
|
|
depends="libxslt pygtk"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
short_desc="Dropbox file sharing"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
wrksrc="${_fullname}-${version}"
|
|
license="GPL-2"
|
|
homepage="https://www.dropbox.com"
|
|
distfiles="https://linux.dropbox.com/packages/${_fullname}-${version}.tar.bz2"
|
|
checksum=2cd5af7f32176ab21744f057e7a917640d13fb48660042bbcfe21f214adc26aa
|
|
|
|
nautilus-dropbox_package() {
|
|
short_desc="Dropbox nautilus plugin"
|
|
depends="dropbox>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove /usr/lib/nautilus
|
|
vmove /usr/share/nautilus-dropbox
|
|
}
|
|
}
|