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
|
# Check the following 4 variables before running the script
|
||||||
topdir=rsync
|
topdir=rsync
|
||||||
version=2.6.6
|
version=3.0.2
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=$topdir-$version.tar.gz
|
source[0]=$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
@ -19,7 +19,9 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# 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
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
@ -37,6 +39,7 @@ reg install
|
|||||||
install()
|
install()
|
||||||
{
|
{
|
||||||
generic_install DESTDIR
|
generic_install DESTDIR
|
||||||
|
doc NEWS README COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
[rsync]
|
[rsync]
|
||||||
pkgname="$pkgprefix""$topdir"
|
pkgname="${pkgprefix}${topdir}"
|
||||||
name="$topdir"
|
name="$topdir - File transfer utility"
|
||||||
pkgcat="application"
|
pkgcat="application"
|
||||||
pkgvendor="http://samba.anu.edu.au/rsync/"
|
pkgvendor="http://samba.anu.edu.au/rsync/"
|
||||||
pkgdesc="Utility that provides fast incremental file transfer"
|
pkgdesc="Utility that provides fast incremental file transfer"
|
||||||
pkgver="$pkgver"
|
pkgver="$pkgver"
|
||||||
files(-,root,bin)
|
files(-,root,bin)
|
||||||
|
default_docs
|
||||||
$_bindir
|
$_bindir
|
||||||
$_mandir
|
$_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