diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 17:07:24 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 17:07:24 +0100 |
commit | ccd0e9e11f2575d955c71cfdbb27f0c3ed264be8 (patch) | |
tree | 675ac6f0c1ed61027afa1bf2faf05b87458b908e /psmisc/Pkgfile | |
parent | 59689fa5e519db976eeab71d40707a9b3fe1cad3 (diff) | |
download | opt-ccd0e9e11f2575d955c71cfdbb27f0c3ed264be8.tar.gz opt-ccd0e9e11f2575d955c71cfdbb27f0c3ed264be8.tar.bz2 opt-ccd0e9e11f2575d955c71cfdbb27f0c3ed264be8.tar.xz opt-ccd0e9e11f2575d955c71cfdbb27f0c3ed264be8.zip |
Recette de psmisc ajoutée.
Diffstat (limited to 'psmisc/Pkgfile')
-rw-r--r-- | psmisc/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile new file mode 100644 index 0000000..3639221 --- /dev/null +++ b/psmisc/Pkgfile @@ -0,0 +1,21 @@ +description="Small utilities that use the /proc filesystem." +packager="CRUX System Team <core-ports AT crux DOT nu>" +maintainer="Lukc <lukc AT upyum DOT com>" +url="http://psmisc.sourceforge.net/" +depends=(ncurses) + +name=psmisc +version=22.13 +release=1 +source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz) +build () +{ + cd $name-$version; + ./configure \ + --prefix=$prefix \ + --mandir=$mandir \ + $(use_enable nls); + make; + make DESTDIR=$PKG install; + rm $PKG/usr/bin/pstree.x11 +} |