libtsm: use ${FREEDESKTOP_SITE}, license
This commit is contained in:
parent
9a17bf0527
commit
438e98c5c3
|
@ -9,9 +9,13 @@ short_desc="Terminal-emulator State Machine"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/kmscon/libtsm/"
|
homepage="http://www.freedesktop.org/wiki/Software/kmscon/libtsm/"
|
||||||
distfiles="http://freedesktop.org/software/kmscon/releases/libtsm-${version}.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/kmscon/releases/libtsm-${version}.tar.xz"
|
||||||
checksum=114115d84a2bc1802683871ea2d70a16ddeec8d2f8cde89ebd2046d775e6cf07
|
checksum=114115d84a2bc1802683871ea2d70a16ddeec8d2f8cde89ebd2046d775e6cf07
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
libtsm-devel_package() {
|
libtsm-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue