Commit 2497b8f4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

initial build

parent 33ac0aee
pkgdatadir=$(datadir)/eterbuild
install:
mkdir -p $(DESTDIR)$(bindir)
install -m 755 bin/* $(DESTDIR)$(bindir)
......@@ -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
}
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment