Revision: | 1.1 |
Committed: | Sat Mar 11 14:34:18 2006 UTC (19 years, 1 month ago) by eulisse |
Branch: | MAIN |
Log Message: | First import to repository. Required to install vdt, which is required by POOL. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | ### RPM external pacman 3.16.2 |
2 | ## INITENV CMD source $PYTHON_ROOT/etc/profile.d/init.sh | ||
3 | ## INITENV +PATH PYTHONPATH %i/src | ||
4 | ## INITENV SET PACMAN_LOCATION %i | ||
5 | #FIXME: always gets the latest version... | ||
6 | Source: http://physics.bu.edu/pacman/sample_cache/tarballs/%n-latest.tar.gz | ||
7 | Requires: python | ||
8 | %prep | ||
9 | %setup -n %n-%v | ||
10 | %build | ||
11 | %install | ||
12 | cp -r ./* %i |