gbdfed: fix homepage, license.
This commit is contained in:
parent
23811c4126
commit
b8bd3b8689
1 changed files with 10 additions and 4 deletions
|
@ -1,14 +1,20 @@
|
|||
# Template file for 'gbdfed'
|
||||
pkgname=gbdfed
|
||||
version=1.6
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_file_hbf_c=no"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+-devel"
|
||||
short_desc="A GTK2 bitmap font editor"
|
||||
short_desc="GTK2 bitmap font editor"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.math.nmsu.edu/~mleisher/Software/gbdfed/"
|
||||
license="BSD-2-Clause, MIT"
|
||||
homepage="http://sofia.nmsu.edu/~mleisher/Software/gbdfed/"
|
||||
distfiles="https://src.fedoraproject.org/repo/pkgs/gbdfed/gbdfed-${version}.tar.bz2/2a2e1cbfe8566db6d302f0b9ab79b8dd/gbdfed-${version}.tar.bz2"
|
||||
checksum=5db25d4ce688dcb188dee056e58614a94a5e4fce4b6066fbb310951ab999093c
|
||||
|
||||
post_install() {
|
||||
sed '/^$/q' <gbdfed.c >LICENSE
|
||||
sed '/^$/q' <hbf.c >>LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue