Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
2497b8f4
Commit
2497b8f4
authored
Jul 18, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial build
parent
33ac0aee
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
2 deletions
+43
-2
rules
.gear/rules
+1
-0
Makefile
Makefile
+6
-0
README
README
+0
-0
epm-sh-functions
bin/epm-sh-functions
+2
-2
epm.spec
epm.spec
+34
-0
No files found.
.gear/rules
0 → 100644
View file @
2497b8f4
tar: .
Makefile
0 → 100644
View file @
2497b8f4
pkgdatadir
=
$(datadir)
/eterbuild
install
:
mkdir
-p
$(DESTDIR)$(bindir)
install
-m
755 bin/
*
$(DESTDIR)$(bindir)
bin/
README
→
README
View file @
2497b8f4
File moved
bin/epm-sh-functions
View file @
2497b8f4
...
...
@@ -62,8 +62,8 @@ fatal()
{
if
[
-z
"
$TEXTDOMAIN
"
]
;
then
echo
"Error in
$0
:
$@
"
>
&2
else
echog
"Error in
$0
:
$@
"
>
&2
#
else
#
echog "Error in $0: $@" >&2
fi
exit
1
}
epm.spec
0 → 100644
View file @
2497b8f4
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 <lav@altlinux.ru>
# 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 <lav@altlinux.ru> 0.1-alt1
- initial build for ALT Linux Sisyphus
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment