liboauth: fix whitespace lints, add license
This commit is contained in:
parent
9ef2993928
commit
49ffade7e4
|
@ -12,13 +12,17 @@ homepage="http://liboauth.sourceforge.net"
|
|||
license="MIT"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f
|
||||
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING.MIT
|
||||
}
|
||||
|
||||
liboauth-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share
|
||||
vmove usr/share/man
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in New Issue
Block a user