CopyAgent: Remove unnecessary makedepends, build_style, and commented out line
that wasn't used. Additionally, remove an invalid architecture (armv6hf) from.
This commit is contained in:
parent
3be794f642
commit
f6c8cf66c7
@ -2,21 +2,17 @@
|
|||||||
pkgname=CopyAgent
|
pkgname=CopyAgent
|
||||||
version=1.47.0410
|
version=1.47.0410
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
|
||||||
short_desc="Copy.com sync agent"
|
short_desc="Copy.com sync agent"
|
||||||
maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>"
|
maintainer="ShadowKyogre <shadowkyogre.public@gmail.com>"
|
||||||
homepage="https://www.copy.com"
|
homepage="https://www.copy.com"
|
||||||
license="CopyAgent"
|
license="CopyAgent"
|
||||||
distfiles="https://copy.com/install/linux/Copy.tgz"
|
distfiles="https://copy.com/install/linux/Copy.tgz"
|
||||||
checksum=a48c69f6798f888617cfeef5359829e619057ae0e6edf3940b4ea6c81131012a
|
checksum=a48c69f6798f888617cfeef5359829e619057ae0e6edf3940b4ea6c81131012a
|
||||||
only_for_archs="i686 x86_64 armv6hf"
|
only_for_archs="i686 x86_64"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
nostrip="yes"
|
nostrip="yes"
|
||||||
wrksrc="copy"
|
wrksrc="copy"
|
||||||
makedepends="qt>=4.8.4_4 fuse desktop-file-utils"
|
depends="qt>=4.8.4_4 fuse desktop-file-utils"
|
||||||
depends="${makedepends}"
|
|
||||||
|
|
||||||
#lib32mode="full"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" == "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" == "x86_64" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user