forked from Etersoft/eepm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tar: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
pkgdatadir=$(datadir)/eterbuild | ||
|
||
install: | ||
mkdir -p $(DESTDIR)$(bindir) | ||
install -m 755 bin/* $(DESTDIR)$(bindir) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Name: epm | ||
Version: 0.1 | ||
Release: alt1 | ||
|
||
Summary: EPM — Etersoft package manager | ||
|
||
License: GPLv2 | ||
Group: Development/Other | ||
Url: http://wiki.etersoft.ru/EPM | ||
|
||
Packager: Vitaly Lipatov <[email protected]> | ||
|
||
# git-clone http://git.altlinux.org/people/lav/packages/epm.git | ||
Source: ftp://updates.etersoft.ru/pub/Etersoft/Sisyphus/sources/tarball/%name-%version.tar | ||
|
||
BuildArchitectures: noarch | ||
|
||
%description | ||
Etersoft package manager for any platform. | ||
|
||
%prep | ||
%setup | ||
|
||
%install | ||
# install to datadir and so on | ||
%makeinstall | ||
|
||
%files | ||
%doc README | ||
%_bindir/epm* | ||
|
||
%changelog | ||
* Wed Jul 18 2012 Vitaly Lipatov <[email protected]> 0.1-alt1 | ||
- initial build for ALT Linux Sisyphus |