summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--~lukeshu/cntlm/PKGBUILD24
-rw-r--r--~lukeshu/git-svn-abandon-git/PKGBUILD4
2 files changed, 26 insertions, 2 deletions
diff --git a/~lukeshu/cntlm/PKGBUILD b/~lukeshu/cntlm/PKGBUILD
new file mode 100644
index 000000000..2381a924e
--- /dev/null
+++ b/~lukeshu/cntlm/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=cntlm
+pkgver=0.92.1
+pkgrel=1
+pkgdesc="An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy intended to help you break free from the chains of Microsoft proprietary world."
+arch=(i686 x86_64)
+url="http://cntlm.sourceforge.net/"
+license=('GPL2')
+backup=('etc/cntlm.conf')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('4ae420663bf67666777e17b6b32c4148')
diff --git a/~lukeshu/git-svn-abandon-git/PKGBUILD b/~lukeshu/git-svn-abandon-git/PKGBUILD
index eb5d94402..fe9f9990c 100644
--- a/~lukeshu/git-svn-abandon-git/PKGBUILD
+++ b/~lukeshu/git-svn-abandon-git/PKGBUILD
@@ -4,9 +4,9 @@ _pkgname=git-svn-abandon
pkgname=$_pkgname-git
provides=($_pkgname)
conflicts=($_pkgname)
-pkgver=20120101
+pkgver=20120112
pkgrel=1
-pkgdesc=""
+pkgdesc="History preserving svn to git migration using git-svn."
arch=('any')
url="http://blog.woobling.org/2009/06/git-svn-abandon.html"
license=('MIT')