summaryrefslogtreecommitdiff
path: root/community/ustr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-03 01:06:08 -0700
committerroot <root@rshg054.dnsready.net>2013-11-03 01:06:08 -0700
commit1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch)
treea02b709cc5107313c2a640ad192b4a4cb790df4f /community/ustr
parent02c5897cefdb4df89590f03c12870ad263240ebd (diff)
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'community/ustr')
-rw-r--r--community/ustr/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/ustr/PKGBUILD b/community/ustr/PKGBUILD
index 932534f52..89002c907 100644
--- a/community/ustr/PKGBUILD
+++ b/community/ustr/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 65359 2012-02-21 02:20:19Z spupykin $
+# $Id: PKGBUILD 100295 2013-11-02 08:51:09Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=ustr
pkgver=1.0.4
-pkgrel=3
+pkgrel=4
pkgdesc="micro string API for C"
arch=(i686 x86_64)
url="http://www.and.org/ustr/"
@@ -15,6 +15,10 @@ md5sums=('93147d9f0c9765d4cd0f04f7e44bdfce')
build() {
cd "$srcdir/$pkgname-$pkgver"
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
mv $pkgdir/usr/share/doc/man $pkgdir/usr/share/
}