summaryrefslogtreecommitdiff
path: root/intltool
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2008-10-01 22:34:16 +0000
committerTilman Sauerbeck <tilman@crux.nu>2008-10-03 13:54:13 +0200
commite2058431ee79282f92445380cbe03a5200647c2a (patch)
tree8329d73884b9cbbbd7e6969f32a9f343402e3946 /intltool
parentecbdf8ba491badadeb0791e0098ce2725857ab85 (diff)
downloadopt-e2058431ee79282f92445380cbe03a5200647c2a.tar.gz
opt-e2058431ee79282f92445380cbe03a5200647c2a.tar.xz
intltool: initial import
Diffstat (limited to 'intltool')
-rw-r--r--intltool/.footprint19
-rw-r--r--intltool/.md5sum1
-rw-r--r--intltool/Pkgfile21
3 files changed, 41 insertions, 0 deletions
diff --git a/intltool/.footprint b/intltool/.footprint
new file mode 100644
index 000000000..9307c1e89
--- /dev/null
+++ b/intltool/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/intltool-extract
+-rwxr-xr-x root/root usr/bin/intltool-merge
+-rwxr-xr-x root/root usr/bin/intltool-prepare
+-rwxr-xr-x root/root usr/bin/intltool-update
+-rwxr-xr-x root/root usr/bin/intltoolize
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/intltool-extract.8.gz
+-rw-r--r-- root/root usr/man/man8/intltool-merge.8.gz
+-rw-r--r-- root/root usr/man/man8/intltool-prepare.8.gz
+-rw-r--r-- root/root usr/man/man8/intltool-update.8.gz
+-rw-r--r-- root/root usr/man/man8/intltoolize.8.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/intltool.m4
+drwxr-xr-x root/root usr/share/intltool/
+-rw-r--r-- root/root usr/share/intltool/Makefile.in.in
diff --git a/intltool/.md5sum b/intltool/.md5sum
new file mode 100644
index 000000000..7a9e94708
--- /dev/null
+++ b/intltool/.md5sum
@@ -0,0 +1 @@
+585a134f8e0ab0f5cad31cc586d3fa6d intltool-0.40.4.tar.bz2
diff --git a/intltool/Pkgfile b/intltool/Pkgfile
new file mode 100644
index 000000000..b6e2953bc
--- /dev/null
+++ b/intltool/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Internationalization tool collection.
+# URL: http://freshmeat.net/projects/intltool/
+# Maintainer: Simone Rota, sip at crux dot nu
+# Packager: Jose V Beneyto, joberui at ei dot upv dot es
+# Depends on: p5-xml-parser
+
+name=intltool
+version=0.40.4
+release=1
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/0.40/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+}
+

Generated by cgit