librsync: remove missing newline;create devel pkg
This commit is contained in:
parent
b2e6d62729
commit
6a7c039818
3 changed files with 10 additions and 1 deletions
|
@ -1396,4 +1396,4 @@ libobjfw.so.6 objfw-0.7.1_1
|
|||
libphorward.so.0 libphorward-0.17_1
|
||||
libusbip.so.0 libusbip-3.10_1
|
||||
libcpupower.so.0 libcpupower-3.10_1
|
||||
librsync.so.1 librsync-0.9.7_1
|
||||
librsync.so.1 librsync-0.9.7_1
|
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"
|
||||
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() {
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue