summaryrefslogtreecommitdiff
path: root/vcdimager
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2011-12-02 15:07:21 +1100
committerDanny Rawlins <monster.romster@gmail.com>2011-12-02 17:09:42 +1100
commitc81d0edb52d19af4983f59a14d3795f24ced00b8 (patch)
tree9476fca483ded184a2f29dc0aa0cbe96d4b00c0c /vcdimager
parent2495d9584a236f2ad3c531d7fb9bf96a17b3346f (diff)
downloadcontrib-c81d0edb52d19af4983f59a14d3795f24ced00b8.tar.gz
contrib-c81d0edb52d19af4983f59a14d3795f24ced00b8.tar.xz
vcdimager: 0.7.23 -> 0.7.24
Diffstat (limited to 'vcdimager')
-rw-r--r--vcdimager/.footprint1
-rw-r--r--vcdimager/.md5sum2
-rw-r--r--vcdimager/Pkgfile17
3 files changed, 11 insertions, 9 deletions
diff --git a/vcdimager/.footprint b/vcdimager/.footprint
index 822b1d330..24ab6ac60 100644
--- a/vcdimager/.footprint
+++ b/vcdimager/.footprint
@@ -18,6 +18,7 @@ drwxr-xr-x root/root usr/include/libvcd/
-rw-r--r-- root/root usr/include/libvcd/types.h
-rw-r--r-- root/root usr/include/libvcd/version.h
drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libvcdinfo.a
-rwxr-xr-x root/root usr/lib/libvcdinfo.la
lrwxrwxrwx root/root usr/lib/libvcdinfo.so -> libvcdinfo.so.0.2.0
lrwxrwxrwx root/root usr/lib/libvcdinfo.so.0 -> libvcdinfo.so.0.2.0
diff --git a/vcdimager/.md5sum b/vcdimager/.md5sum
index 6d7565d59..97374ef14 100644
--- a/vcdimager/.md5sum
+++ b/vcdimager/.md5sum
@@ -1 +1 @@
-5e7d80fdbf0037ad20e438f2a9573253 vcdimager-0.7.23.tar.gz
+3af22978fd79c79d5fda6513b6811145 vcdimager-0.7.24.tar.gz
diff --git a/vcdimager/Pkgfile b/vcdimager/Pkgfile
index 9cabccbeb..62d910196 100644
--- a/vcdimager/Pkgfile
+++ b/vcdimager/Pkgfile
@@ -5,18 +5,19 @@
# Depends on: libcdio libxml2 popt
name=vcdimager
-version=0.7.23
+version=0.7.24
release=1
-source=(ftp://gnu.mirror.pacific.net.au/gnu/gnu/vcdimager/vcdimager-$version.tar.gz)
+source=(http://mirror.aarnet.edu.au/pub/gnu/$name/$name-$version.tar.gz)
build() {
- cd vcdimager-$version
+ cd $name-$version
./configure \
--prefix=/usr \
- --disable-static
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/info/
-}
+ --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/info
+ rmdir $PKG/usr/share
+}

Generated by cgit