summaryrefslogtreecommitdiff
path: root/community/ustr/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/ustr/PKGBUILD
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/ustr/PKGBUILD')
-rw-r--r--community/ustr/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/ustr/PKGBUILD b/community/ustr/PKGBUILD
new file mode 100644
index 000000000..932534f52
--- /dev/null
+++ b/community/ustr/PKGBUILD
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 65359 2012-02-21 02:20:19Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=ustr
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="micro string API for C"
+arch=(i686 x86_64)
+url="http://www.and.org/ustr/"
+license=('GPL')
+depends=('glibc')
+source=(http://www.and.org/ustr/$pkgver/ustr-$pkgver.tar.bz2)
+md5sums=('93147d9f0c9765d4cd0f04f7e44bdfce')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make
+ make DESTDIR="$pkgdir" install
+ mv $pkgdir/usr/share/doc/man $pkgdir/usr/share/
+}