summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-16 23:48:18 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-16 23:48:18 -0300
commit17012da70df1ee83bf7a4976c0157e65638a7a9f (patch)
tree8428a0c61ff2478a951e895f3c535dd7032a0675
parentcc07bd0273a5dcc8855d7c29b73a196360e132db (diff)
parentf5469ad02162398b7a145f703380309e7cdeac1c (diff)
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
-rw-r--r--libre/libretools/PKGBUILD4
-rw-r--r--~xihh/django-ajax-selects/PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 5538f47c7..d06832782 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=libretools
pkgname=(libretools libretools-mips64el)
-pkgver=20120125
+pkgver=$(date -u +%Y%m%d)
pkgrel=1
pkgdesc="Scripts for easing Parabola's tasks"
arch=('any')
@@ -53,7 +53,9 @@ package_libretools() {
install -m755 ${_gitname}/fullpkg-find ${pkgdir}/usr/bin
install -m755 ${_gitname}/fullpkg-build ${pkgdir}/usr/bin
install -m755 ${_gitname}/is_built ${pkgdir}/usr/bin
+ install -m755 ${_gitname}/is_unfree ${pkgdir}/usr/bin
install -m755 ${_gitname}/lb ${pkgdir}/usr/bin
+ install -m755 ${_gitname}/libreaddiff ${pkgdir}/usr/bin
install -m755 ${_gitname}/librechroot ${pkgdir}/usr/bin/
install -m755 ${_gitname}/librecommit ${pkgdir}/usr/bin/
install -m755 ${_gitname}/librediff ${pkgdir}/usr/bin/
diff --git a/~xihh/django-ajax-selects/PKGBUILD b/~xihh/django-ajax-selects/PKGBUILD
index 30201daa9..e0255e745 100644
--- a/~xihh/django-ajax-selects/PKGBUILD
+++ b/~xihh/django-ajax-selects/PKGBUILD
@@ -1,7 +1,7 @@
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Joshua Ismael Haase Hernandez <joshpar@none>
pkgname=django-ajax-selects
-pkgver=VERSION
+pkgver=20120215
pkgrel=1
epoch=
pkgdesc=""
@@ -20,9 +20,10 @@ backup=()
options=(!emptydirs)
install=
changelog=
-source=($pkgname-$pkgver.tar.gz)
+source=()
+md5sums=()
noextract=()
-md5sums=() #generate with 'makepkg -g'
+#generate with 'makepkg -g'
_gitroot=git://github.com/crucialfelix/django-ajax-selects.git
_gitname=django-ajax-selects
@@ -47,6 +48,6 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$_gitname-build"
python setup.py install --root="$pkgdir/" --optimize=1
}