Update to 3.0.2
This commit is contained in:
parent
f993bee71b
commit
263471a825
@ -9,7 +9,7 @@
|
||||
###########################################################
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=rsync
|
||||
version=2.6.6
|
||||
version=3.0.2
|
||||
pkgver=1
|
||||
source[0]=$topdir-$version.tar.gz
|
||||
# If there are no patches, simply comment this
|
||||
@ -19,7 +19,9 @@ source[0]=$topdir-$version.tar.gz
|
||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
||||
|
||||
# Global settings
|
||||
configure_args="--prefix=$prefix --with-included-popt"
|
||||
export CPPFLAGS="-I$prefix/include"
|
||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||
configure_args="$configure_args --with-included-popt"
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
@ -37,6 +39,7 @@ reg install
|
||||
install()
|
||||
{
|
||||
generic_install DESTDIR
|
||||
doc NEWS README COPYING
|
||||
}
|
||||
|
||||
reg pack
|
||||
|
@ -1,10 +1,12 @@
|
||||
[rsync]
|
||||
pkgname="$pkgprefix""$topdir"
|
||||
name="$topdir"
|
||||
pkgname="${pkgprefix}${topdir}"
|
||||
name="$topdir - File transfer utility"
|
||||
pkgcat="application"
|
||||
pkgvendor="http://samba.anu.edu.au/rsync/"
|
||||
pkgdesc="Utility that provides fast incremental file transfer"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_bindir
|
||||
$_mandir
|
||||
|
||||
|
27
rsync/meta/relnotes
Normal file
27
rsync/meta/relnotes
Normal file
@ -0,0 +1,27 @@
|
||||
PACKAGE DETAILS
|
||||
---------------
|
||||
Name: %%PKGNAME%%
|
||||
Version: %%SOURCE_AND_VER%%
|
||||
Vendor: %%VENDOR%%
|
||||
Packager: %%PKGEDBY%%
|
||||
|
||||
Source (sha1sum):
|
||||
%%SOURCE_SHA1SUM%%
|
||||
|
||||
BUILD DETAILS
|
||||
-------------
|
||||
Compiler:
|
||||
%%COMPILER%%
|
||||
|
||||
Environment:
|
||||
%%ENVIRONMENT%%
|
||||
|
||||
Configure:
|
||||
%%CONFIGURE%%
|
||||
|
||||
KNOWN DEPENDENCIES
|
||||
------------------
|
||||
%%DEPENDENCIES%%
|
||||
|
||||
ERRORS/MISCELLANEOUS
|
||||
--------------------
|
Loading…
x
Reference in New Issue
Block a user