Skip to content

Commit

Permalink
initial build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlav committed Jul 18, 2012
1 parent 33ac0ae commit 2497b8f
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gear/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tar: .
6 changes: 6 additions & 0 deletions Makefile
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.
4 changes: 2 additions & 2 deletions bin/epm-sh-functions
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
34 changes: 34 additions & 0 deletions epm.spec
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

0 comments on commit 2497b8f

Please sign in to comment.