librsync: remove missing newline;create devel pkg
This commit is contained in:
parent
b2e6d62729
commit
6a7c039818
1
srcpkgs/librsync-devel
Symbolic link
1
srcpkgs/librsync-devel
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
librsync
|
@ -12,6 +12,14 @@ homepage="http://librsync.sourceforge.net/"
|
|||||||
license="GPL"
|
license="GPL"
|
||||||
short_desc="A free software library that implements the rsync remote-delta algorithm (rdiff)"
|
short_desc="A free software library that implements the rsync remote-delta algorithm (rdiff)"
|
||||||
|
|
||||||
|
librsync-devel_package() {
|
||||||
|
short_desc="${short_desc} - Development files"
|
||||||
|
depends="librsync-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
librsync_package() {
|
librsync_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user