Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/tools/parsing/jikespg/builder.sh

16 lines
162 B
Bash
Raw Normal View History

Added jikespg, an oldskool parser generator svn path=/nixpkgs/trunk/; revision=5038
2006-03-14 18:20:21 +00:00
source $stdenv/setup
set -e
configurePhase() {
tar zxvf $src
cd jikespg/src
}
installPhase() {
ensureDir $out/bin
cp jikespg $out/bin
}
* Got rid of a lot of "postInstall=postInstall" and similar lines in builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
genericBuild
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1571ms Template: 39ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API