diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-12 13:01:00 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-12 13:01:00 -0300 |
commit | 1a47fcae076047932614b9c19fb49f5f8c9791bb (patch) | |
tree | 19a8770d7170f435ec56e9c98505becc8271e24e /libre | |
parent | 18019242c4e527f7140f92336061562b8cfb50fb (diff) | |
parent | e9447f47dcf11be3dc905e72374b0e4298a4c112 (diff) | |
download | abslibre-1a47fcae076047932614b9c19fb49f5f8c9791bb.tar.gz abslibre-1a47fcae076047932614b9c19fb49f5f8c9791bb.tar.bz2 abslibre-1a47fcae076047932614b9c19fb49f5f8c9791bb.zip |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libretools/PKGBUILD | 16 | ||||
-rw-r--r-- | libre/p7zip-libre/p7zip-libre-9.13-2-i686-package.log | 12 |
2 files changed, 9 insertions, 19 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index ad9264063..4f99dc607 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -2,18 +2,18 @@ # Contributor: fauno <fauno@kiwwwi.com.ar> pkgname=libretools -pkgver=$(date +%Y%m%d) +pkgver=20110210 pkgrel=1 pkgdesc="Scripts for easing Parabola's tasks" arch=('any') url="http://parabolagnulinux.org" license=('GPL3+') -depends=(wget pacman devtools) +depends=(devtools git wget) makedepends=(git) backup=(etc/libretools.conf) install=libretools.install -source=(libretools.install) -md5sums=('07d2e7b0a1250d888fccc10969c7f436') +source=() +md5sums=() _gitroot="http://projects.parabolagnulinux.org/libretools.git" _gitname="libretools" @@ -40,12 +40,14 @@ package() { install -m644 ${_gitname}/libretools.conf ${pkgdir}/etc/ + install -m755 ${_gitname}/createworkdir ${pkgdir}/usr/bin/ install -m755 ${_gitname}/librechroot ${pkgdir}/usr/bin/ install -m755 ${_gitname}/librecommit ${pkgdir}/usr/bin/ - install -m755 ${_gitname}/libremakepkg ${pkgdir}/usr/bin/ install -m755 ${_gitname}/librediff ${pkgdir}/usr/bin/ + install -m755 ${_gitname}/libremakepkg ${pkgdir}/usr/bin/ install -m755 ${_gitname}/librerelease ${pkgdir}/usr/bin/ + install -m755 ${_gitname}/librestage ${pkgdir}/usr/bin/ install -m755 ${_gitname}/pkgbuild-check-nonfree ${pkgdir}/usr/bin/ + install -m755 ${_gitname}/updateabslibre ${pkgdir}/usr/bin -} - +}
\ No newline at end of file diff --git a/libre/p7zip-libre/p7zip-libre-9.13-2-i686-package.log b/libre/p7zip-libre/p7zip-libre-9.13-2-i686-package.log deleted file mode 100644 index a066aa6ea..000000000 --- a/libre/p7zip-libre/p7zip-libre-9.13-2-i686-package.log +++ /dev/null @@ -1,12 +0,0 @@ -./install.sh /build/pkg/usr/bin /build/pkg/usr/lib/p7zip /build/pkg/usr/share/man http://www.bugaco.com/7zip -- installing /build/pkg/usr/bin/7za -- installing /build/pkg/usr/bin/7zr -- installing /build/pkg/usr/lib/p7zip/7zCon.sfx -- installing /build/pkg/usr/bin/7z -chmod: cannot access `/build/pkg/usr/lib/p7zip/*/*': No such file or directory -- installing /build/pkg/usr/share/man/man1/7z.1 -- installing /build/pkg/usr/share/man/man1/7za.1 -- installing /build/pkg/usr/share/man/man1/7zr.1 -- installing http://www.bugaco.com/7zip/README -- installing http://www.bugaco.com/7zip/ChangeLog -- installing HTML help in http://www.bugaco.com/7zip/DOCS |