road for kio-extras part-2

This commit is contained in:
Ertuğrul Erata
2015-07-30 16:53:35 +03:00
parent 456b51c1c5
commit 222124cc10
6 changed files with 64 additions and 50 deletions
+3
View File
@@ -58,3 +58,6 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dosym("samba-4.0/libsmbclient.h", "/usr/include/libsmbclient.h")
# remove unneeded files
pisitools.removeDir("/usr/share/ctdb-tests")
+13 -1
View File
@@ -50,6 +50,18 @@
<Package>
<Name>samba</Name>
<RuntimeDependencies>
<Dependency>acl</Dependency>
<Dependency>pam</Dependency>
<Dependency>attr</Dependency>
<Dependency>popt</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libcap</Dependency>
<Dependency>python</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>readline</Dependency>
<Dependency>e2fsprogs</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>libarchive</Dependency>
<Dependency>cups</Dependency>
<Dependency>avahi</Dependency>
<Dependency>gdb</Dependency>
@@ -57,7 +69,6 @@
<Dependency>gamin</Dependency-->
<Dependency>gnutls</Dependency>
<Dependency>libaio</Dependency>
<Dependency>libbsd</Dependency>
<!--Dependency>libldb</Dependency-->
<Dependency>keyutils</Dependency>
<Dependency>iniparser</Dependency>
@@ -82,6 +93,7 @@
<Path fileType="data">/usr/share/samba</Path>
<Path fileType="data">/usr/share/perl5</Path>
<Path fileType="data">/var/cache/samba</Path>
<Path fileType="data">/var/run/ctdb</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="config">/usr/lib/tmpfiles.d/samba.conf</Path>
</Files>