Merge branch 'master' of github.com:xtraeme/vanilla
This commit is contained in:
commit
0f2ac855c0
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'cmake'
|
# Template file for 'cmake'
|
||||||
pkgname=cmake
|
pkgname=cmake
|
||||||
version=2.8.2
|
version=2.8.4
|
||||||
revision=1
|
|
||||||
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
|
distfiles="http://www.cmake.org/files/v2.8/$pkgname-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script=./bootstrap
|
configure_script=./bootstrap
|
||||||
configure_args="--prefix=/usr --mandir=/share/man
|
configure_args="--prefix=/usr --mandir=/share/man
|
||||||
--docdir=/share/doc/cmake --system-libs"
|
--docdir=/share/doc/cmake --system-libs --no-system-libarchive
|
||||||
|
--no-system-bzip2"
|
||||||
if [ -n "$XBPS_MAKEJOBS" ]; then
|
if [ -n "$XBPS_MAKEJOBS" ]; then
|
||||||
configure_args="$configure_args --parallel=$XBPS_MAKEJOBS"
|
configure_args="$configure_args --parallel=$XBPS_MAKEJOBS"
|
||||||
fi
|
fi
|
||||||
short_desc="Cross-platform, open-source build system"
|
short_desc="Cross-platform, open-source build system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=766ff169af798599d7dd42e41e9f4533d73942a2bb928235115412dce5b81406
|
checksum=d97ea9f807f5407030d4f7246accc26addc520c9ee3897c4582eba3da49253cc
|
||||||
long_desc="
|
long_desc="
|
||||||
CMake is a cross-platform, open-source build system. CMake is a family
|
CMake is a cross-platform, open-source build system. CMake is a family
|
||||||
of tools designed to build, test and package software. CMake is used
|
of tools designed to build, test and package software. CMake is used
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'rsync'
|
# Template file for 'rsync'
|
||||||
pkgname=rsync
|
pkgname=rsync
|
||||||
version=3.0.7
|
version=3.0.8
|
||||||
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Remote fast incremental file transfer tool"
|
short_desc="Remote fast incremental file transfer tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=9ee00d16c023c486328cbb61f59928a954b24b7b7173c3517ebb0d6c3edfe7c8
|
checksum=4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114
|
||||||
long_desc="
|
long_desc="
|
||||||
Rsync is a fast and extraordinarily versatile file copying tool for
|
Rsync is a fast and extraordinarily versatile file copying tool for
|
||||||
both remote and local files.
|
both remote and local files.
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=4.5.20
|
version=4.6
|
||||||
revision=1
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="System Call Tracer"
|
short_desc="System Call Tracer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd
|
checksum=9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a
|
||||||
long_desc="
|
long_desc="
|
||||||
strace is a system call tracer, i.e. a debugging tool which prints out
|
strace is a system call tracer, i.e. a debugging tool which prints out
|
||||||
a trace of all the system calls made by a process/program."
|
a trace of all the system calls made by a process/program."
|
||||||
|
|
Loading…
Reference in New Issue