From 3c4677f7a97f9290c091293d128574dd738e0b6b Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 23:22:45 +0100 Subject: libixp, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libixp/.footprint | 19 +++++++++++++++++++ base/libixp/.md5sum | 1 + base/libixp/Pkgfile | 27 +++++++++++++++++++++++++++ extra/libixp/Pkgfile | 27 --------------------------- 4 files changed, 47 insertions(+), 27 deletions(-) create mode 100644 base/libixp/.footprint create mode 100644 base/libixp/.md5sum create mode 100755 base/libixp/Pkgfile delete mode 100755 extra/libixp/Pkgfile diff --git a/base/libixp/.footprint b/base/libixp/.footprint new file mode 100644 index 000000000..207ed2077 --- /dev/null +++ b/base/libixp/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root pkg/ +drwxr-xr-x root/root pkg/usr/ +drwxr-xr-x root/root pkg/usr/bin/ +-rwxr-xr-x root/root pkg/usr/bin/ixpc +drwxr-xr-x root/root pkg/usr/include/ +-rw-r--r-- root/root pkg/usr/include/ixp.h +-rw-r--r-- root/root pkg/usr/include/ixp_srvutil.h +drwxr-xr-x root/root pkg/usr/lib/ +-rw-r--r-- root/root pkg/usr/lib/libixp.a +-rw-r--r-- root/root pkg/usr/lib/libixp_pthread.a +drwxr-xr-x root/root pkg/usr/share/ +drwxr-xr-x root/root pkg/usr/share/man/ +drwxr-xr-x root/root pkg/usr/share/man/man1/ +-rw-r--r-- root/root pkg/usr/share/man/man1/ixpc.1.gz +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/libixp/ +-rw-r--r-- root/root usr/share/licenses/libixp/LICENSE diff --git a/base/libixp/.md5sum b/base/libixp/.md5sum new file mode 100644 index 000000000..804f2e9a3 --- /dev/null +++ b/base/libixp/.md5sum @@ -0,0 +1 @@ +2a394310c209605ba54ecf5eab518bff libixp-0.5.tar.gz diff --git a/base/libixp/Pkgfile b/base/libixp/Pkgfile new file mode 100755 index 000000000..eae1577d4 --- /dev/null +++ b/base/libixp/Pkgfile @@ -0,0 +1,27 @@ +# Description:A standalone client/server 9p library +# URL:http://www.suckless.org/libs/libixp.html +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr + +name=libixp +version=0.5 +release=1 +source=(http://code.suckless.org/dl/libs/$name-$version.tar.gz) +build() { + cd $name-$version + sed -i \ + -e "/^PREFIX/s|=.*|= $PKG/pkg/usr|" \ + -e "/^ ETC/s|=.*|= $PKG}/pkg/etc|" \ + -e "/^CFLAGS/s|=|+=|" \ + -e "/^LDFLAGS/s|=|+=|" \ + config.mk || return 1 + + make || return 1 + make DESTDIR=$PKG install || return 1 + + install -m644 -D ./libixp/LICENSE \ + $PKG/usr/share/licenses/libixp/LICENSE + +} + + diff --git a/extra/libixp/Pkgfile b/extra/libixp/Pkgfile deleted file mode 100755 index 275b80cce..000000000 --- a/extra/libixp/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description:A standalone client/server 9p library -# URL:http://www.suckless.org/libs/libixp.html -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: dep1, dep2, dep3 -name=libixp -version=0.5 -release=1 -source=(http://code.suckless.org/dl/libs/$name-$version.tar.gz) -build() { - cd $name-$version - sed -i \ - -e "/^PREFIX/s|=.*|= $PKG/pkg/usr|" \ - -e "/^ ETC/s|=.*|= $PKG}/pkg/etc|" \ - -e "/^CFLAGS/s|=|+=|" \ - -e "/^LDFLAGS/s|=|+=|" \ - config.mk || return 1 - - make || return 1 - make DESTDIR=$PKG install || return 1 - - install -m644 -D ./libixp/LICENSE \ - $PKG/usr/share/licenses/libixp/LICENSE - -} - - -- cgit v1.2.3-54-g00ecf