mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
xclip: remove only_for_archs; there's no reason for this restriction.
This commit is contained in:
parent
fa6a17de52
commit
0be396780b
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ distfiles="${SOURCEFORGE_SITE}/xclip/xclip-${version}.tar.gz"
|
||||||
checksum="b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45"
|
checksum="b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libXmu-devel"
|
makedepends="libXmu-devel"
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
homepage="http://sourceforge.net/projects/xclip/"
|
homepage="http://sourceforge.net/projects/xclip/"
|
||||||
license="GPLv2"
|
license="GPLv2"
|
||||||
|
@ -16,4 +15,4 @@ xclip_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue