Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2099 - (show annotations)
Sun Dec 12 11:59:16 2010 UTC (2 years, 6 months ago) by acrux
File size: 456 byte(s)
initial import
1 # Description: Exif and Iptc metadata manipulation library and tools.
2 # URL: http://home.arcor.de/ahuggel/exiv2/index.html
3 # Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
4 # Depends on:
5 # PPC!=:
6
7 name=exiv2
8 version=0.19
9 release=1
10 source=(http://www.exiv2.org/exiv2-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14 ./configure --prefix=/usr --disable-nls
15
16 make
17 make prefix=$PKG/usr install
18
19 mv $PKG/usr/share/man $PKG/usr
20 rmdir $PKG/usr/share
21 }