summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-03-03 23:05:19 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-03-03 23:05:19 +0000
commitece4de360d345e8950bcffb425b3cbe5672f93f7 (patch)
tree6c421430497b0f096074a8a97e472db27b3a7964 /testing
parente2a2d8903cea7e3a8c1634e091edf39a6dcc9450 (diff)
downloadaports-ece4de360d345e8950bcffb425b3cbe5672f93f7.tar.bz2
aports-ece4de360d345e8950bcffb425b3cbe5672f93f7.tar.xz
Minor changes
Diffstat (limited to 'testing')
-rw-r--r--testing/nodejs-read/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/nodejs-read/APKBUILD b/testing/nodejs-read/APKBUILD
index ffe8d2f45..887fd47f5 100644
--- a/testing/nodejs-read/APKBUILD
+++ b/testing/nodejs-read/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=nodejs-read
-_pkgname=2csv
-pkgver=0.1.1
+_pkgname=read
+pkgver=0.0.1
pkgrel=0
pkgdesc="A node.js extension for reading user input from stdin"
url="https://github.com/isaacs/read"
@@ -23,8 +23,7 @@ build() {
package() {
cd "$_builddir"
install -Dm755 lib/$_pkgname.js "$pkgdir"/usr/lib/node/$_pkgname/$_pkgname.js
- install -Dm755 lib/$_pkgname-web.js "$pkgdir"/usr/lib/node/$_pkgname/$_pkgname-web.js
install -Dm644 package.json "$pkgdir"/usr/lib/node/$_pkgname/package.json
}
-md5sums="b6d77af55bfe3fc44bd1fd7b8b1342a5 2csv-0.1.1.tgz"
+md5sums="e989aa2c7be588bda1680c17fbd0ff69 read-0.0.1.tgz"