libspotify: remove wrksrc
This commit is contained in:
parent
c4cad523e1
commit
5c00f2c81d
|
@ -19,17 +19,14 @@ elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then
|
||||||
distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-i686-release.tar.gz"
|
distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-i686-release.tar.gz"
|
||||||
elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then
|
elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then
|
||||||
checksum=ad27b6c5aee5382b66b39bfea3b1752076b7abcc445979ce25c1ec9d7ff3aeda
|
checksum=ad27b6c5aee5382b66b39bfea3b1752076b7abcc445979ce25c1ec9d7ff3aeda
|
||||||
wrksrc="libspotify-${version}-Linux-armv7-release"
|
|
||||||
distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz"
|
distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz"
|
||||||
elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then
|
elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then
|
||||||
# Even though the library version is different, xbps-src breaks if
|
# Even though the library version is different, xbps-src breaks if
|
||||||
# the versioning of packages across archs is not consistent
|
# the versioning of packages across archs is not consistent
|
||||||
_libversion=12.1.103
|
_libversion=12.1.103
|
||||||
wrksrc="libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release"
|
|
||||||
checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24
|
checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24
|
||||||
distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz"
|
distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz"
|
||||||
elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then
|
elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then
|
||||||
wrksrc="libspotify-${version}-Linux-armv5-release"
|
|
||||||
checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc
|
checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc
|
||||||
distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv5-release.tar.gz"
|
distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv5-release.tar.gz"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue