summaryrefslogtreecommitdiffstats
path: root/libtirpc/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-02 17:44:19 +0000
committerpiernov <piernov@piernov.org>2012-07-02 17:44:19 +0000
commita1b154da7bc9f3fa75e6526b71fcccdf651e340c (patch)
treed8c7b24a2af95ff325a85324c59bdb7363c8fd5e /libtirpc/Pkgfile
parent55c39344937291c822c136f97515bab7ae3b6932 (diff)
downloadnutyx-extra-a1b154da7bc9f3fa75e6526b71fcccdf651e340c.tar.gz
nutyx-extra-a1b154da7bc9f3fa75e6526b71fcccdf651e340c.tar.bz2
nutyx-extra-a1b154da7bc9f3fa75e6526b71fcccdf651e340c.tar.xz
nutyx-extra-a1b154da7bc9f3fa75e6526b71fcccdf651e340c.zip
libtirpc 0.2.3-rc3-1 màj port
Diffstat (limited to 'libtirpc/Pkgfile')
-rwxr-xr-xlibtirpc/Pkgfile12
1 files changed, 8 insertions, 4 deletions
diff --git a/libtirpc/Pkgfile b/libtirpc/Pkgfile
index 1c19751a3..0949c7bc5 100755
--- a/libtirpc/Pkgfile
+++ b/libtirpc/Pkgfile
@@ -4,13 +4,17 @@
# Packager: thierryn1 at hispeed dot ch
name=libtirpc
-version=0.2.2
+version=0.2.3-rc3
release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
+source=(http://downloads.sourceforge.net/project/$name/$name/0.2.2/$name-0.2.2.tar.bz2
+ libtirpc-0.2.3-rc3.patch)
build() {
- cd $name-$version
- ./configure --prefix=/usr
+ cd $name-0.2.2
+ patch -p1 < ../libtirpc-0.2.3-rc3.patch
+ autoreconf -fi
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
make
make DESTDIR=$PKG install
}