summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2017-10-28 15:45:31 +0200
committerKarol Babioch2017-10-28 15:45:31 +0200
commitfb16ce0eb757e953d3eb4c5e98c05c4eaf68e5e9 (patch)
tree6b2e9e91f53c4dd8e205296b816962b939e54562
parent24f97ac8cc9ee15447b08c49052132669e5739b7 (diff)
downloadaur-uif2iso.tar.gz
Adopted packages, minor adjustments
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edd63d3481a1..cc5909418b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uif2iso
- pkgdesc = Tool for converting single/multi part UIF image files to ISO
+ pkgdesc = A command-line tool for converting single and multipart UIF images to the ISO format.
pkgver = 0.1.7c
- pkgrel = 2
+ pkgrel = 3
url = http://aluigi.org/mytoolz.htm#uif2iso
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 388b611af159..ae0c4837507a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Maintainer: Karol Babioch <karol@babioch.de>
+# Contributor: Alexander Rødseth <rodseth@gmail.com>
# Contributor: TheBenj <thebenj88 *AT* gmail *DOT* com>
# Contributor: Juliao Gesse Fernandes <juliao.gf *AT* gmail *DOT* com>
pkgname=uif2iso
pkgver=0.1.7c
-pkgrel=2
-pkgdesc='Tool for converting single/multi part UIF image files to ISO'
+pkgrel=3
+pkgdesc="A command-line tool for converting single and multipart UIF images to the ISO format."
arch=('x86_64' 'i686')
url='http://aluigi.org/mytoolz.htm#uif2iso'
license=('GPL')
@@ -14,11 +15,14 @@ source=("http://aluigi.altervista.org/mytoolz/${pkgname}.zip")
sha256sums=('b78dde3e8bc28559f73e2feb46d41c8f57b511ddbe25d63ada704ef8697528ec')
build() {
- make -C src
+
+ make -C src
+
}
package() {
- make -C src prefix="$pkgdir/usr" install
+
+ make -C src prefix="$pkgdir/usr" install
+
}
-# vim:set ts=2 sw=2 et: