Skip to content

Commit

Permalink
package related stuff
Browse files Browse the repository at this point in the history
- libpkg
- y2client/packager
- y2m_inst/ycp/packages

svn path=/trunk/packager/; revision=2893
  • Loading branch information
kkaempf committed Jun 26, 2002
1 parent c3d61d5 commit 62549b2
Show file tree
Hide file tree
Showing 207 changed files with 363,101 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .cvsignore
@@ -0,0 +1,21 @@
Makefile
Makefile.in
Makefile.am
configure
config.h
config.h.in
config.cache
config.status
config.sub
config.guess
stamp-h*
libtool
config.log
aclocal.m4
depcomp
install-sh
ltmain.sh
missing
mkinstalldirs
autom4te.cache
configure.in
1 change: 1 addition & 0 deletions MAINTAINER
@@ -0,0 +1 @@
Arvin Schnell <arvin@suse.de>
16 changes: 16 additions & 0 deletions Makefile.cvs
@@ -0,0 +1,16 @@

configure: all
./configure

all:
y2tool y2autoconf
y2tool y2automake
autoreconf --force --install

install: configure
make
make install

reconf: all
./config.status --recheck
./config.status
1 change: 1 addition & 0 deletions RPMNAME
@@ -0,0 +1 @@
yast2-packager
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
2.6.0
8 changes: 8 additions & 0 deletions client-packager/.cvsignore
@@ -0,0 +1,8 @@
Makefile
Makefile.in
*.lo
.deps
.libs
y2qt
*.la
packager
5 changes: 5 additions & 0 deletions client-packager/Makefile.am
@@ -0,0 +1,5 @@
#
# Makefile.am for packager/client-packager
#

SUBDIRS = src testsuite doc
3 changes: 3 additions & 0 deletions client-packager/doc/.cvsignore
@@ -0,0 +1,3 @@
Makefile
Makefile.in
PKGINFO.html
5 changes: 5 additions & 0 deletions client-packager/doc/Makefile.am
@@ -0,0 +1,5 @@
#
# Makefile.am for packager/doc
#

SUBDIRS = autodocs
3 changes: 3 additions & 0 deletions client-packager/doc/autodocs/.cvsignore
@@ -0,0 +1,3 @@
Makefile
Makefile.in
*.html
19 changes: 19 additions & 0 deletions client-packager/doc/autodocs/Makefile.am
@@ -0,0 +1,19 @@
#
# Makefile.am for packager/doc/autodocs
#
htmldir = $(docdir)/packager/autodocs
html_DATA = \
Rpm_Installer.html \
Y2CCPackager.html \
Y2PackagerComponent.html \
heir.html index.html

EXTRA_DIST = $(html_DATA)

CLEANFILES = $(html_DATA)

$(filter-out index.html, $(html_DATA)): index.html
index.html: $(srcdir)/../../src/*.h
cd $(srcdir)/../../src; @ybindir@/ydoc -p @RPMNAME@ *.h
mv -f $(srcdir)/../../src/*.html .

9 changes: 9 additions & 0 deletions client-packager/src/.cvsignore
@@ -0,0 +1,9 @@
Makefile.in
Makefile
*.o
*.lo
*.la
.deps
.libs
packager
*.kdoc
12 changes: 12 additions & 0 deletions client-packager/src/Makefile.am
@@ -0,0 +1,12 @@
#
# Makefile.am for packager/src
#

plugin_LTLIBRARIES = libpy2packager.la
libpy2packager_la_SOURCES = \
Y2CCPackager.cc Y2CCPackager.h \
Y2PackagerComponent.cc Y2PackagerComponent.h \
Rpm_Installer.cc Rpm_Installer.h
libpy2packager_la_LDFLAGS = -version-info 2:0

INCLUDES = -I$(includedir)

0 comments on commit 62549b2

Please sign in to comment.