From 12ba3b273db883ce153e3c591b572605faadf20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Wed, 9 Feb 2011 13:06:44 -0600 Subject: libretools.install and PKGBUILD belong to abslibre and not here --- PKGBUILD | 51 --------------------------------------------------- libretools.install | 33 --------------------------------- 2 files changed, 84 deletions(-) delete mode 100644 PKGBUILD delete mode 100644 libretools.install diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index ad92640..0000000 --- a/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# Maintainer: Joshua Haase - -pkgname=libretools -pkgver=$(date +%Y%m%d) -pkgrel=1 -pkgdesc="Scripts for easing Parabola's tasks" -arch=('any') -url="http://parabolagnulinux.org" -license=('GPL3+') -depends=(wget pacman devtools) -makedepends=(git) -backup=(etc/libretools.conf) -install=libretools.install -source=(libretools.install) -md5sums=('07d2e7b0a1250d888fccc10969c7f436') - -_gitroot="http://projects.parabolagnulinux.org/libretools.git" -_gitname="libretools" - -build() { - cd "$srcdir" - ## Git checkout - if [ -d $srcdir/${_gitname} ] ; then - msg "Git checkout: Updating existing tree" - cd ${_gitname} && git pull origin - msg "Git checkout: Tree has been updated" - else - msg "Git checkout: Retrieving sources" - git clone ${_gitroot} - fi - msg "Checkout completed" - ## Build -} - -package() { - install -d ${pkgdir}/usr/bin - install -d ${pkgdir}/etc - - install -m644 ${_gitname}/libretools.conf ${pkgdir}/etc/ - - - 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}/librerelease ${pkgdir}/usr/bin/ - install -m755 ${_gitname}/pkgbuild-check-nonfree ${pkgdir}/usr/bin/ - -} - diff --git a/libretools.install b/libretools.install deleted file mode 100644 index d2876ff..0000000 --- a/libretools.install +++ /dev/null @@ -1,33 +0,0 @@ - -# arg 1: the new package version -post_install() { - cat <